diff options
| author | visagalis <none@none> | 2008-11-14 16:28:45 -0600 |
|---|---|---|
| committer | visagalis <none@none> | 2008-11-14 16:28:45 -0600 |
| commit | d1e759479b3f31cccc270e40d3e6af13204eb627 (patch) | |
| tree | 59ff1f0ae9e3537bdcd1aba10141a83d18fb02ab /src/game/WorldSocket.cpp | |
| parent | eefcc9026b638ba1e114b208ce8f40e9d49bdf65 (diff) | |
[svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.
--HG--
branch : trunk
Diffstat (limited to 'src/game/WorldSocket.cpp')
| -rw-r--r-- | src/game/WorldSocket.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp index 620c2116c30..56d5e3d86b3 100644 --- a/src/game/WorldSocket.cpp +++ b/src/game/WorldSocket.cpp @@ -263,7 +263,7 @@ int WorldSocket::handle_input (ACE_HANDLE) if ((errno == EWOULDBLOCK) || (errno == EAGAIN)) { - return Update (); // interesting line ,isnt it ? + return Update (); // interesting line ,isn't it ? } DEBUG_LOG ("WorldSocket::handle_input: Peer error closing connection errno = %s", ACE_OS::strerror (errno)); @@ -469,7 +469,7 @@ int WorldSocket::handle_input_missing_data (void) if (m_Header.space () > 0) { - //couldnt recieve the whole header this time + //couldn't recieve the whole header this time ACE_ASSERT (message_block.length () == 0); errno = EWOULDBLOCK; return -1; @@ -503,7 +503,7 @@ int WorldSocket::handle_input_missing_data (void) if (m_RecvPct.space () > 0) { - //couldnt recieve the whole data this time + //couldn't recieve the whole data this time ACE_ASSERT (message_block.length () == 0); errno = EWOULDBLOCK; return -1; |
