Removed singleton pattern

This commit is contained in:
Kayne Ruse
2014-04-21 01:01:00 +10:00
parent 4270765146
commit fd673a415f
9 changed files with 21 additions and 57 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public:
~ServerApplication() = default;
void Init(int argc, char** argv);
void Loop();
void Proc();
void Quit();
private: