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
+1
View File
@@ -45,6 +45,7 @@ public:
virtual void EndGame(unsigned /*requestId*/) {}
virtual void AsyncReportAvatar(unsigned /*requestId*/, unsigned /*replyId*/, DB_id /*reportedPlayerId*/, const std::string &/*avatarHash*/, const std::string &/*avatarType*/, DB_id * /*byPlayerId*/) {}
virtual void AsyncReportGame(unsigned /*requestId*/, unsigned /*replyId*/, DB_id */*creatorPlayerId*/, unsigned /*gameId*/, const std::string &/*gameName*/, DB_id */*byPlayerId*/) {}
};
#endif // _SERVERDBNOACTION_H_