Implementing automatic kick of players after a certain timeout within a game.

This commit is contained in:
lotodore
2011-12-16 22:39:24 +00:00
parent 91b3307584
commit 0a8cd1cce4
8 changed files with 51 additions and 27 deletions
+3
View File
@@ -124,6 +124,9 @@ public:
virtual bool isKicked() const=0;
virtual bool checkIfINeedToShowCards() =0;
virtual void markRemoteAction() =0;
virtual unsigned getTimeSecSinceLastRemoteAction() const =0;
};
#endif