Receive and send messages

This commit is contained in:
Torsten Schulz
2017-07-21 21:49:19 +02:00
parent 922ee7ac12
commit b5b4c94f65
10 changed files with 144 additions and 44 deletions

View File

@@ -4,12 +4,13 @@
#include "config.h"
#include <vector>
#include "room.h"
#include "base.h"
#include <json/value.h>
namespace Yc {
namespace Lib {
class Server
class Server: public Base
{
public:
Server(Yc::Lib::Config *config);