X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_client.hxx;h=495192a5f11e50b296c8b5feeec8b84c3ee8042d;hp=640faace78703b9d0abc0dfe90646024e08c2d6c;hb=8104c8f70605ee24230e5988d7bf68e3fce7465a;hpb=91730468439e21dcf8d275d0f70d803c20ccaa7c diff --git a/src/command_client.hxx b/src/command_client.hxx index 640faac..495192a 100644 --- a/src/command_client.hxx +++ b/src/command_client.hxx @@ -31,10 +31,10 @@ class command_client private: client_connection &c; + void read_hello(); + public: - command_client(client_connection& _c) - : c(_c) - { } + command_client(client_connection& _c); void send_command(command* cmd, result_container &res); };