Samchon Framework for CPP  1.0.0
distributed.hpp
1 #pragma once
2 
3 #include <samchon/templates/distributed/DistributedSystemArray.hpp>
4 # include <samchon/templates/distributed/DistributedClientArray.hpp>
5 # include <samchon/templates/distributed/DistributedServerArray.hpp>
6 # include <samchon/templates/distributed/DistributedServerClientArray.hpp>
7 #include <samchon/templates/distributed/DistributedSystem.hpp>
8 # include <samchon/templates/distributed/DistributedServer.hpp>
9 
10 #include <samchon/templates/distributed/DistributedSystemArrayMediator.hpp>
11 # include <samchon/templates/distributed/DistributedClientArrayMediator.hpp>
12 # include <samchon/templates/distributed/DistributedServerArrayMediator.hpp>
13 # include <samchon/templates/distributed/DistributedServerClientArrayMediator.hpp>
14 #include <samchon/templates/parallel/MediatorSystem.hpp>