X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclientsocket.h;h=c81e4cd530ba1317e6f576bdfb914e36b1b9976b;hb=009bd2e2d467f9b9c0d83c8f428ffdf109a5c6ad;hp=e222a5f221575c9093261409b02d190392dab3e4;hpb=e6f09239fae7ff675e1068365a06803dcc8f8d1f;p=libs%2Fnet.git diff --git a/source/clientsocket.h b/source/clientsocket.h index e222a5f..c81e4cd 100644 --- a/source/clientsocket.h +++ b/source/clientsocket.h @@ -11,6 +11,11 @@ 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; + protected: bool connecting; bool connected;