Ripped out all networking systems; simply not working correctly

This commit is contained in:
Kayne Ruse
2013-05-17 19:59:31 +10:00
parent 24e48dec53
commit 5ade2cc98e
17 changed files with 9 additions and 787 deletions
-3
View File
@@ -2,7 +2,6 @@
#define SERVER_HPP_
#include "config_utility.hpp"
#include "network.hpp"
#include <list>
@@ -21,8 +20,6 @@ public:
private:
bool running = false;
ConfigUtility config;
TCPServerSocket servSock;
std::list<TCPSocket*> socketList;
};
#endif