X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=97b3a07e6ed68a02ad7db480bbafaa1753ceaeba;hp=378ef08d97e696a08b15493bfeefcc2f56b31c29;hb=56f3994d74dbc36d10bfa83b50b016bf269ac563;hpb=c7857475c8b0f02cac3ce29a617a4d542fa59f37 diff --git a/src/command_server.hxx b/src/command_server.hxx index 378ef08..97b3a07 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -33,12 +33,15 @@ class command_server void handle_packet(const std::string& packet, server_connection* conn); + int guard_handle; + protected: virtual command* cast_command(command* input) { return input; } public: command_server(server& _s); + ~command_server(); void handle(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL);