Support report bad avatar function on server side.
This commit is contained in:
@@ -79,3 +79,9 @@ void
|
||||
ServerDBGeneric::EndGame(DB_id /*gameId*/)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
ServerDBGeneric::AsyncReportAvatar(unsigned requestId, unsigned replyId, DB_id /*reportedPlayerId*/, const std::string &/*avatarHash*/, DB_id */*byPlayerId*/)
|
||||
{
|
||||
m_ioService->post(boost::bind(&ServerDBCallback::ReportAvatarFailed, &m_callback, requestId, replyId));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user