X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclientsocket.h;h=db684f4a5d32dc99ae873379eccc58eaea2df15a;hb=21c596567e3b6fd794ed6af73d304ce2bc70e58f;hp=e222a5f221575c9093261409b02d190392dab3e4;hpb=e6f09239fae7ff675e1068365a06803dcc8f8d1f;p=libs%2Fnet.git diff --git a/source/clientsocket.h b/source/clientsocket.h index e222a5f..db684f4 100644 --- a/source/clientsocket.h +++ b/source/clientsocket.h @@ -11,6 +11,10 @@ ClientSockets are used for sending and receiving data over the network. */ class ClientSocket: public Socket { +public: + /** Emitted when the socket finishes connecting. */ + sigc::signal signal_connect_finished; + protected: bool connecting; bool connected;