Working on storing places of all players in ranking games.

This commit is contained in:
lotodore
2010-08-07 23:06:59 +00:00
parent 96b4f864f6
commit 0646bc9d2e
8 changed files with 163 additions and 70 deletions
+3
View File
@@ -34,6 +34,7 @@
class ReceiverHelper;
class ServerLobbyThread;
class ServerGameState;
class ServerDBInterface;
class ConfigFile;
struct GameData;
class Game;
@@ -140,6 +141,7 @@ protected:
const SessionManager &GetSessionManager() const;
SessionManager &GetSessionManager();
ServerDBInterface &GetDatabase();
private:
ServerGame(const ServerGame &other);
@@ -157,6 +159,7 @@ private:
boost::shared_ptr<ServerLobbyThread> m_lobbyThread;
boost::shared_ptr<ReceiverHelper> m_receiver;
boost::shared_ptr<ServerDBInterface> m_database;
GuiInterface &m_gui;
const GameData m_gameData;