2 #include <samchon/protocol/ExternalServer.hpp> 12 using namespace library;
13 using namespace protocol;
75 virtual void replyData(shared_ptr<Invoke> invoke)
override A network driver for an external server.
virtual void replyData(std::shared_ptr< Invoke >)
Reply a message.
A driver for each system, master.
MasterDriver(IProtocol *chief, const string &name, const string &ip, int port)
Construct from parent(master), name, ip and port.
IProtocol * chief
A chief, containing the driver object.
A role belongs to an external system.
An interface of Invoke message chain.
Top level namespace of products built from samchon.