Adding some error handling. Some is still missing.

This commit is contained in:
lotodore
2009-06-01 10:23:44 +00:00
parent 24abedbbab
commit cee2d787d0
2 changed files with 29 additions and 32 deletions
+1 -2
View File
@@ -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);