diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-29 15:35:26 +0200 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-08-29 15:35:26 +0200 |
| commit | 7097015fa3d2737b2e9438fdba9ec7b8f5630421 (patch) | |
| tree | 1fc277780216aa9142281458967d94a1cb4fcd1f /network-handler/CMakeLists.txt | |
| parent | cffc1ec24d7781130b600a24b9726b5168a7b053 (diff) | |
| download | cmix-7097015fa3d2737b2e9438fdba9ec7b8f5630421.tar.gz cmix-7097015fa3d2737b2e9438fdba9ec7b8f5630421.tar.bz2 cmix-7097015fa3d2737b2e9438fdba9ec7b8f5630421.zip | |
Refactored Client to be more reusable.
Added UserClient and NodeClient classes to handle communication from and
to Clients and Nodes respectively.
Diffstat (limited to 'network-handler/CMakeLists.txt')
| -rw-r--r-- | network-handler/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/network-handler/CMakeLists.txt b/network-handler/CMakeLists.txt index 02e02c1..9fe6e99 100644 --- a/network-handler/CMakeLists.txt +++ b/network-handler/CMakeLists.txt @@ -6,6 +6,9 @@ add_executable(network-handler networkhandler.hpp networkhandler.cpp acceptor.hpp acceptor.cpp client.hpp client.cpp + userclient.hpp userclient.cpp + nodeclient.hpp nodeclient.cpp + nodemanager.hpp nodemanager.cpp ) target_compile_options(network-handler |
