Adding callback if user is blocked by the server.

This commit is contained in:
lotodore
2010-07-14 14:30:16 +00:00
parent c25c52250d
commit 18613a2cb5
4 changed files with 16 additions and 1 deletions
+1
View File
@@ -147,6 +147,7 @@ protected:
void AuthenticatePlayer(SessionWrapper session);
void UserValid(unsigned playerId, const DBPlayerData &dbPlayerData);
void UserInvalid(unsigned playerId);
void UserBlocked(unsigned playerId);
void RequestPlayerAvatar(SessionWrapper session);
void TimerRemoveGame(const boost::system::error_code &ec);
void TimerRemovePlayer(const boost::system::error_code &ec);