Fixing another linux compiler error.

This commit is contained in:
lotodore
2009-06-16 22:41:50 +00:00
parent 35d0988f78
commit ccd7080cec
-2
View File
@@ -57,8 +57,6 @@ public:
SessionWrapper GetSessionByPlayerName(const std::string playerName) const;
SessionWrapper GetSessionByUniquePlayerId(unsigned uniqueId) const;
bool GetSocketForSession(SessionId session, SOCKET &outSocket);
PlayerDataList GetPlayerDataList() const;
PlayerIdList GetPlayerIdList() const;
bool IsPlayerConnected(const std::string &playerName) const;