Code refactoring

This commit is contained in:
Torsten Schulz
2017-10-12 14:49:07 +02:00
parent 520f3106e3
commit 57ec9c2cb6
5 changed files with 14 additions and 2 deletions

1
room.h
View File

@@ -48,6 +48,7 @@ namespace Yc {
void addUserWhenQueueEmpty(User *user);
bool userToNewRoom(User *user, std::string newRoom, std::string password);
unsigned int flags();
Json::Value userList();
private:
struct Message {
User::MsgType type;