Implementing automatic kick of players after a certain timeout within a game.
This commit is contained in:
@@ -140,6 +140,9 @@ public:
|
||||
|
||||
bool checkIfINeedToShowCards();
|
||||
|
||||
void markRemoteAction() {}
|
||||
unsigned getTimeSecSinceLastRemoteAction() const {return 0;}
|
||||
|
||||
private:
|
||||
mutable boost::recursive_mutex m_syncMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user