Moved the connection code to server_connections.cpp

This commit is contained in:
Kayne Ruse
2014-12-03 00:46:38 +11:00
parent 61f462a882
commit de4e539449
4 changed files with 240 additions and 189 deletions
+4
View File
@@ -53,6 +53,10 @@
#include <map>
#include <string>
//global utility functions
bool operator==(IPaddress lhs, IPaddress rhs);
bool operator!=(IPaddress lhs, IPaddress rhs);
//The main application class
class ServerApplication: public Singleton<ServerApplication> {
public: