Samchon Framework for CPP
1.0.0
|
A chat service. More...
#include <ChatService.hpp>
Public Member Functions | |
ChatService (protocol::service::Client *) | |
Construct from a client. More... | |
Private Attributes | |
ChatRoom * | room |
A chat room. More... | |
samchon::example::chat_service::ChatService::ChatService | ( | protocol::service::Client * | ) |
Construct from a client.
|
private |
A chat room.
A chat room that related client is participating in.
Definition at line 32 of file ChatService.hpp.