[Libreoffice-commits] core.git: sd/source
Tor Lillqvist
tml at iki.fi
Sat Feb 16 02:18:33 PST 2013
sd/source/ui/remotecontrol/BufferedStreamSocket.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit dca5d2b1677ebffd1a4ff791c47b33a6252210b2
Author: Tor Lillqvist <tml at iki.fi>
Date: Sat Feb 16 12:18:05 2013 +0200
Nothing in the C standard about sockets
Change-Id: If21bdfb4f04d2901a8d692b4aedb3ec864faa040
diff --git a/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx b/sd/source/ui/remotecontrol/BufferedStreamSocket.hxx
index eafaa6b..0e6b99a 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 );
More information about the Libreoffice-commits
mailing list