X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclientsocket.h;h=db684f4a5d32dc99ae873379eccc58eaea2df15a;hb=22a091d02cb008dbc14c1809104487fdd62deade;hp=c81e4cd530ba1317e6f576bdfb914e36b1b9976b;hpb=009bd2e2d467f9b9c0d83c8f428ffdf109a5c6ad;p=libs%2Fnet.git 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;