X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=ee10f8c1cb5a0e389d860c6b9c59ee6a45aeb9a4;hb=1c965907682f4714db7b952915cf5b6bf9b7f4c1;hp=b27109cd9b9ab60fb744e416a3990eefebfe6a9a;hpb=c3bc44e20b80683ec1e8296a449804ff6c5f7aff;p=libs%2Fnet.git diff --git a/source/client.h b/source/client.h index b27109c..ee10f8c 100644 --- a/source/client.h +++ b/source/client.h @@ -16,7 +16,7 @@ class Client { public: sigc::signal signal_response_complete; - sigc::signal signal_socket_error; + sigc::signal signal_socket_error; private: Net::StreamSocket *sock; @@ -42,7 +42,7 @@ public: const Request *get_request() const { return request; } const Response *get_response() const { return response; } private: - void connect_finished(int); + void connect_finished(const std::exception *); void data_available(); };