Samchon Framework for CPP  1.0.0
SlaveServer.cpp
1 #include <samchon/protocol/slave/SlaveServer.hpp>
2 
3 using namespace std;
4 using namespace samchon::library;
5 using namespace samchon::protocol;
6 using namespace samchon::protocol::slave;
7 
8 SlaveServer::SlaveServer()
9  : super(), network_super()
10 {
11 }
Package of external system, within the framework of slave.
Definition: RWMutex.hpp:4
Package of libraries.
Definition: library.hpp:84
A network driver for an external client.
Package of network protocol and libraries.
Definition: protocol.hpp:185
A network driver for an external system.