1 #include "ChatService.hpp" 2 #include "ChatRoom.hpp" 4 #include <samchon/protocol/Invoke.hpp> 11 ChatService::ChatService(
Client *client)
16 ChatService::~ChatService()
24 void ChatService::replyData(shared_ptr<Invoke> invoke)
26 if(invoke->getListener() ==
"sendMessage")
27 room->replyData(invoke);
A chat service inherited from cloud service.
ChatRoom * room
A chat room.
Package of cloud service as a server.
Package of network protocol and libraries.
A network boundary with the client in an User.
void eraseClient(ChatService *)
Erase a participant client.