Fixing problem when resetting the game admin timeout.

This commit is contained in:
lotodore
2011-12-27 10:11:15 +00:00
parent 735e554732
commit 57447d844e
2 changed files with 18 additions and 7 deletions
+3
View File
@@ -138,6 +138,9 @@ public:
virtual ~AbstractServerGameStateRunning();
virtual void HandleNewSession(boost::shared_ptr<ServerGame> server, boost::shared_ptr<SessionData> session);
protected:
virtual void InternalProcessPacket(boost::shared_ptr<ServerGame> server, boost::shared_ptr<SessionData> session, boost::shared_ptr<NetPacket> packet);
};
// State: Within hand.