Samchon Framework for CPP  1.0.0
DistributedServerClientArrayMediator.hpp
1 #pragma once
2 #include <samchon/API.hpp>
3 
4 #include <samchon/templates/distributed/DistributedSystemArrayMediator.hpp>
5 #include <samchon/templates/external/ExternalServerClientArray.hpp>
6 
7 namespace samchon
8 {
9 namespace templates
10 {
11 namespace distributed
12 {
31  template <class System = DistributedSystem>
33  : public DistributedSystemArrayMediator<System>,
35  {
36  public:
40  {
41  };
42  virtual ~DistributedServerClientArrayMediator() = default;
43  };
44 };
45 };
46 };