Changeset 229 for trunk/src/game/WorldSocket.cpp
- Timestamp:
- 11/19/08 13:48:34 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/WorldSocket.cpp
r181 r229 264 264 (errno == EAGAIN)) 265 265 { 266 return Update (); // interesting line ,isn t it ?266 return Update (); // interesting line ,isn't it ? 267 267 } 268 268 … … 470 470 if (m_Header.space () > 0) 471 471 { 472 //couldn t recieve the whole header this time472 //couldn't recieve the whole header this time 473 473 ACE_ASSERT (message_block.length () == 0); 474 474 errno = EWOULDBLOCK; … … 504 504 if (m_RecvPct.space () > 0) 505 505 { 506 //couldn t recieve the whole data this time506 //couldn't recieve the whole data this time 507 507 ACE_ASSERT (message_block.length () == 0); 508 508 errno = EWOULDBLOCK;