Wrapper completed & tested; adjusted many systems
This commit is contained in:
+2
-2
@@ -1,10 +1,9 @@
|
||||
#ifndef SERVER_HPP_
|
||||
#define SERVER_HPP_
|
||||
|
||||
#include "udp_network_utility.hpp"
|
||||
#include "config_utility.hpp"
|
||||
|
||||
#include <list>
|
||||
|
||||
class Server {
|
||||
public:
|
||||
Server() = default;
|
||||
@@ -20,6 +19,7 @@ public:
|
||||
private:
|
||||
bool running = false;
|
||||
ConfigUtility config;
|
||||
UDPNetworkUtility netUtil;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user