(svn r20548) -Codechange: rename some variables giving them slightly more meaningful names

This commit is contained in:
rubidium
2010-08-18 21:30:38 +00:00
parent 27e45d96a4
commit 3ed6ca0aed
3 changed files with 9 additions and 9 deletions

View File

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