Fixing client error messages.

This commit is contained in:
lotodore
2011-02-23 09:53:01 +00:00
parent bbe0a19340
commit 787f8d4d81
3 changed files with 9 additions and 11 deletions
+6
View File
@@ -365,6 +365,12 @@ ClientThread::StartAsyncRead()
GetContext().GetSessionData()->GetReceiveBuffer().StartAsyncRead(GetContext().GetSessionData());
}
void
ClientThread::CloseSession(boost::shared_ptr<SessionData> session)
{
throw NetException(__FILE__, __LINE__, ERR_SOCK_CONN_RESET, 0);
}
void
ClientThread::HandlePacket(boost::shared_ptr<SessionData> /*session*/, boost::shared_ptr<NetPacket> packet)
{