(svn r20549) -Codechange: centralise the handling of the incoming commands (from clients and the server)

This commit is contained in:
rubidium
2010-08-18 22:40:17 +00:00
parent 3ed6ca0aed
commit 8f82b2b588
6 changed files with 73 additions and 61 deletions

View File

@@ -122,6 +122,7 @@ public:
ClientStatus status; ///< Status of this client
CommandQueue incoming_queue; ///< The command-queue awaiting handling
CommandQueue outgoing_queue; ///< The command-queue awaiting delivery
NetworkRecvStatus CloseConnection(bool error = true);