X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclient.h;h=ee10f8c1cb5a0e389d860c6b9c59ee6a45aeb9a4;hb=7b84e8b9d560e868f7fafbc18a2770579ee1b4b3;hp=8c084cec49e45dd655fa895b00573e2fd8bf205b;hpb=b06cf07513fdd85e249398ebfce500fbf3dfb6a7;p=libs%2Fnet.git diff --git a/source/client.h b/source/client.h index 8c084ce..ee10f8c 100644 --- a/source/client.h +++ b/source/client.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of libmsphttp -Copyright © 2008 Mikkosoft Productions, Mikko Rasa -Distributed under the LGPL -*/ - #ifndef MSP_HTTP_CLIENT_H_ #define MSP_HTTP_CLIENT_H_ @@ -23,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; @@ -49,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(); };