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
+2
View File
@@ -43,6 +43,8 @@ public:
virtual void AsyncCreateGame(unsigned /*requestId*/, const std::string &/*gameName*/) {}
virtual void SetGamePlayerPlace(DB_id /*gameId*/, DB_id /*playerId*/, unsigned /*place*/) {}
virtual void EndGame(DB_id /*gameId*/) {}
virtual void AsyncReportAvatar(unsigned /*requestId*/, unsigned /*replyId*/, DB_id /*reportedPlayerId*/, const std::string &/*avatarHash*/, DB_id */*byPlayerId*/) {}
};
#endif // _SERVERDBNOACTION_H_