summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-02-16 12:18:05 +0200
committerTor Lillqvist <tml@iki.fi>2013-02-16 12:18:05 +0200
commitdca5d2b1677ebffd1a4ff791c47b33a6252210b2 (patch)
treeff130f8b3f5ca6dfdcaa9dc6775c4012ad2ec958
parentd04298dd73a618ed27504cf6af584107c646451b (diff)
Nothing in the C standard about sockets
Change-Id: If21bdfb4f04d2901a8d692b4aedb3ec864faa040
-rw-r--r--sd/source/ui/remotecontrol/BufferedStreamSocket.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx
index eafaa6bfc525..0e6b99aa5f22 100644
--- a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx
+++ b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx
@@ -38,7 +38,7 @@ namespace sd
*/
BufferedStreamSocket( const osl::StreamSocket &aSocket );
/**
- * Create a BufferedStreamSocket on top of a standard c socket.
+ * Create a BufferedStreamSocket on top of a POSIX or WinSock socket.
*/
BufferedStreamSocket( int aSocket );
BufferedStreamSocket( const BufferedStreamSocket &aSocket );