Added: Handling requests to invite peers to lobby

This commit is contained in:
Konrad 2017-07-06 14:05:48 +02:00
parent 8e62a8b1b2
commit aca6233dbf
2 changed files with 21 additions and 0 deletions

View file

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