From 7097015fa3d2737b2e9438fdba9ec7b8f5630421 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 29 Aug 2016 15:35:26 +0200 Subject: Refactored Client to be more reusable. Added UserClient and NodeClient classes to handle communication from and to Clients and Nodes respectively. --- network-handler/networkhandler.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'network-handler/networkhandler.hpp') diff --git a/network-handler/networkhandler.hpp b/network-handler/networkhandler.hpp index 99eb4f9..058f6a9 100644 --- a/network-handler/networkhandler.hpp +++ b/network-handler/networkhandler.hpp @@ -1,7 +1,7 @@ #pragma once #include "acceptor.hpp" -#include "client.hpp" +#include "userclient.hpp" #include #include @@ -26,7 +26,7 @@ class NetworkHandler Acceptor v4_acceptor; Acceptor v6_acceptor; - std::list clients; + std::list clients; public: NetworkHandler(ListenSettings const& listen_settings); -- cgit v1.2.3-70-g09d2