X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=04508b56f15d260dec6e2946518fac93d4f3fb51;hp=378ef08d97e696a08b15493bfeefcc2f56b31c29;hb=238ad35f4e3b6516d4ba7611b540a0edeea71427;hpb=c7857475c8b0f02cac3ce29a617a4d542fa59f37 diff --git a/src/command_server.hxx b/src/command_server.hxx index 378ef08..04508b5 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); + // TODO: No (virtual) destructor void handle(long long usec_timeout=-1, long long* usec_timeout_remaining=NULL);