Added: Handling requests to answer invitation to lobby

This commit is contained in:
Konrad 2017-07-06 14:08:50 +02:00
parent c9bfe4b526
commit 11d02f4612
2 changed files with 28 additions and 0 deletions

View file

@ -126,6 +126,7 @@ private:
void handleAutoSubsribeLobby(Request& req, Response& resp);
void handleInviteToLobby(Request& req, Response& resp);
void handleGetInvitationsToLobby(Request& req, Response& resp);
void handleAnswerToInvitation(Request& req, Response& resp);
void handleClearLobby(Request& req, Response& resp);
ResponseTask* handleLobbyParticipants(Request& req, Response& resp);
void handleMessages(Request& req, Response& resp);