2 #include <samchon/protocol/ExternalServer.hpp> 12 using namespace library;
13 using namespace protocol;
36 :
public protocol::ExternalServer
39 typedef protocol::ExternalServer super;
69 virtual auto createChild(shared_ptr<XML>) -> ExternalSystemRole*
override 75 virtual void replyData(shared_ptr<Invoke> invoke)
override
A driver for each system, master.
virtual void replyData(std::shared_ptr< Invoke >)=0
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.