1 #include <samchon/protocol/service/ServiceRole.hpp> 3 #include <samchon/protocol/service/Service.hpp> 10 ServiceRole::ServiceRole(
Service *service,
const string &name)
13 this->service = service;
16 void ServiceRole::sendData(shared_ptr<Invoke> invoke)
Package of cloud service as a server.
Package of network protocol and libraries.
virtual void sendData(std::shared_ptr< Invoke >)
Shift the responsibility of sending an Invoke message to Client.
Top level namespace of products built from samchon.