X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fcommand_server.hxx;h=c839e7813427531cdf1720faa782d08f3dd61794;hp=378ef08d97e696a08b15493bfeefcc2f56b31c29;hb=3b2543e7dfd705d6e624560dd5a681898c0f242c;hpb=f6d1a1e3b9d04b63158288ebf2917d9fd47afff8 diff --git a/src/command_server.hxx b/src/command_server.hxx index 378ef08..c839e78 100644 --- a/src/command_server.hxx +++ b/src/command_server.hxx @@ -33,6 +33,8 @@ 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; }