Core/Battle.net: Handle ConnectionClosing

This commit is contained in:
Shauren
2014-10-11 22:45:01 +02:00
parent 26e4b67e85
commit cbabfe9920
15 changed files with 172 additions and 64 deletions

View File

@@ -28,11 +28,6 @@ std::string Battlenet::Presence::UpdateRequest::ToString() const
return "Battlenet::Presence::UpdateRequest";
}
void Battlenet::Presence::UpdateRequest::CallHandler(Session* session) const
{
session->LogUnhandledPacket(*this);
}
void Battlenet::Presence::StatisticSubscribe::Read()
{
}
@@ -41,8 +36,3 @@ std::string Battlenet::Presence::StatisticSubscribe::ToString() const
{
return "Battlenet::Presence::StatisticSubscribe";
}
void Battlenet::Presence::StatisticSubscribe::CallHandler(Session* session) const
{
session->LogUnhandledPacket(*this);
}