]> git.tdb.fi Git - libs/net.git/blobdiff - source/clientsocket.h
Add an overload for resolve that takes host and service separately
[libs/net.git] / source / clientsocket.h
index e222a5f221575c9093261409b02d190392dab3e4..db684f4a5d32dc99ae873379eccc58eaea2df15a 100644 (file)
@@ -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<void, const std::exception *> signal_connect_finished;
+
 protected:
        bool connecting;
        bool connected;