optimizing local sqlite-logging; implementing second steps network client sqlite-logging

This commit is contained in:
floty
2011-11-13 01:05:28 +00:00
parent 311b3e654c
commit 2437407ffc
12 changed files with 181 additions and 111 deletions
+3
View File
@@ -86,6 +86,9 @@ public:
virtual void setMyCardsValueInt(int theValue) =0;
virtual int getMyCardsValueInt() const =0;
virtual void setLogHoleCardsDone(bool theValue) =0;
virtual bool getLogHoleCardsDone() const =0;
virtual void setMyBestHandPosition(int* theValue) =0;
virtual void getMyBestHandPosition(int* theValue) const =0;