X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=2f3df5a78fd014e40ef5e451db4cb0d5a80cfb40;hp=7e475dac01b0c3feb2c3a5e3d0dbf8c8a05d9456;hb=28cb45a5725e9c6054d7048a9bf969b9f2c94d64;hpb=e453407db5951aa7f504282ea82d1ca1f19d22fb diff --git a/src/command_server.hxx b/src/command_server.hxx index 7e475da..2f3df5a 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -33,11 +33,11 @@ class command_server void handle_packet(const std::string& packet, server_connection* conn); public: - command_server(server& _s) - : s(_s) - { } + command_server(server& _s); void handle(long long usec_timeout=-1); + + void new_connection_callback(server_connection* conn); }; }