sd/source/ui/remotecontrol/BufferedStreamSocket.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dca5d2b1677ebffd1a4ff791c47b33a6252210b2
Author: Tor Lillqvist <t...@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 );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to