More work on report game function on server side.

This commit is contained in:
lotodore
2012-04-08 16:54:31 +00:00
parent c49abf215e
commit dbdd135bc7
7 changed files with 56 additions and 0 deletions
+2
View File
@@ -154,6 +154,8 @@ protected:
void UserValid(unsigned playerId, const DBPlayerData &dbPlayerData);
void UserInvalid(unsigned playerId);
void UserBlocked(unsigned playerId);
bool IsGameReported(unsigned /*gameId*/) const {return false;}
void AddReportedGame(unsigned /*gameId*/) {}
void SendReportAvatarResult(unsigned byPlayerId, unsigned reportedPlayerId, bool success);
void RequestPlayerAvatar(boost::shared_ptr<SessionData> session);