diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-02-16 12:18:05 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-02-16 12:18:05 +0200 |
commit | dca5d2b1677ebffd1a4ff791c47b33a6252210b2 (patch) | |
tree | ff130f8b3f5ca6dfdcaa9dc6775c4012ad2ec958 /sd | |
parent | d04298dd73a618ed27504cf6af584107c646451b (diff) |
Nothing in the C standard about sockets
Change-Id: If21bdfb4f04d2901a8d692b4aedb3ec864faa040
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/remotecontrol/BufferedStreamSocket.hxx | 2 |
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 ); |