Server is nearly done, only server_application.cpp is failing

This commit is contained in:
Kayne Ruse
2014-06-06 23:34:38 +10:00
parent 10e857ecd1
commit 170096b5db
8 changed files with 31 additions and 21 deletions
+2 -2
View File
@@ -30,8 +30,8 @@
class AccountManager {
public:
AccountManager() = default;
~AccountManager() = default;
AccountManager();
~AccountManager();
//public access methods
int CreateUserAccount(std::string username, int clientIndex);