1 #include <samchon/protocol/service/ServiceKeeper.hpp> 2 # include <samchon/protocol/service/User.hpp> 3 # include <samchon/protocol/service/Client.hpp> 10 this->user.reset(user);
11 this->client.reset(client);
20 this->
user.reset( pair.user.get() );
21 this->
client.reset( pair.client.get() );
SmartPointer< User > user
A shared pionter of an User.
User containing Client(s) with session-id.
ServiceKeeper(const User *user, const Client *client)
Construct from User and Client.
Package of cloud service as a server.
Package of network protocol and libraries.
A network boundary with the client in an User.
SmartPointer< Client > client
A shared pointer of a Client.
A keeper blocking destrunction of User and Client.