(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 926594b599
commit e8e22c99fd
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);