Adding some error handling. Some is still missing.
This commit is contained in:
@@ -134,13 +134,12 @@ protected:
|
||||
void TimerCheckSessionTimeouts();
|
||||
void TimerCleanupAvatarCache();
|
||||
|
||||
boost::shared_ptr<ServerGame> InternalGetGameFromId(unsigned gameId);
|
||||
void InternalAddGame(boost::shared_ptr<ServerGame> game);
|
||||
void InternalRemoveGame(boost::shared_ptr<ServerGame> game);
|
||||
void InternalRemovePlayer(unsigned playerId, unsigned errorCode);
|
||||
void InternalResubscribeMsg(SessionWrapper session);
|
||||
|
||||
void TerminateGames();
|
||||
|
||||
void HandleReAddedSession(SessionWrapper session);
|
||||
|
||||
void InternalCheckSessionTimeouts(SessionWrapper session);
|
||||
|
||||
Reference in New Issue
Block a user