Integrating authentication - now all authentication attempts fail (still work in progress).

This commit is contained in:
lotodore
2009-09-26 16:05:35 +00:00
parent b15b845077
commit 48c4c69277
8 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public:
virtual ~ServerAcceptHelper();
// Set the parameters.
void Listen(unsigned serverPort, bool ipv6, bool sctp, const std::string &pwd, const std::string &logDir,
void Listen(unsigned serverPort, bool ipv6, bool sctp, const std::string &logDir,
boost::shared_ptr<ServerLobbyThread> lobbyThread);
protected: