Support report bad avatar function on server side.

This commit is contained in:
lotodore
2010-12-24 16:46:49 +00:00
parent 710affb1e5
commit 36445a00e7
8 changed files with 68 additions and 1 deletions
+1
View File
@@ -149,6 +149,7 @@ protected:
void UserValid(unsigned playerId, const DBPlayerData &dbPlayerData);
void UserInvalid(unsigned playerId);
void UserBlocked(unsigned playerId);
void SendReportAvatarResult(unsigned byPlayerId, unsigned reportedPlayerId, bool success);
void RequestPlayerAvatar(SessionWrapper session);
void TimerRemoveGame(const boost::system::error_code &ec);
void TimerRemovePlayer(const boost::system::error_code &ec);