X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fclientsocket.h;h=db684f4a5d32dc99ae873379eccc58eaea2df15a;hp=c81e4cd530ba1317e6f576bdfb914e36b1b9976b;hb=446707e0be6f2dfc3c983296b74030b7121a58b8;hpb=009bd2e2d467f9b9c0d83c8f428ffdf109a5c6ad diff --git a/source/clientsocket.h b/source/clientsocket.h index c81e4cd..db684f4 100644 --- a/source/clientsocket.h +++ b/source/clientsocket.h @@ -12,9 +12,8 @@ ClientSockets are used for sending and receiving data over the network. class ClientSocket: public Socket { public: - /** Emitted when the socket finishes connecting. The argument is a - platform-dependent error code. */ - sigc::signal signal_connect_finished; + /** Emitted when the socket finishes connecting. */ + sigc::signal signal_connect_finished; protected: bool connecting;