Send state of seats at the beginning of each hand.

This commit is contained in:
lotodore
2011-12-21 20:56:41 +00:00
parent e3a30d571c
commit 38d224590a
25 changed files with 292 additions and 106 deletions
+2
View File
@@ -102,6 +102,7 @@ public:
ServerStats GetStatData() const;
unsigned GetGameId() const;
unsigned GetGuiPlayerId() const;
int GetOrigGuiPlayerNum() const;
Gsasl *GetAuthContext();
@@ -268,6 +269,7 @@ private:
unsigned m_curGameNum;
unsigned m_guiPlayerId;
mutable boost::mutex m_guiPlayerIdMutex;
int m_origGuiPlayerNum;
bool m_sessionEstablished;
mutable boost::mutex m_curStatsMutex;