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
+4
View File
@@ -88,6 +88,9 @@ public:
void setMyCardsValueInt(int theValue);
int getMyCardsValueInt() const;
void setLogHoleCardsDone(bool theValue);
bool getLogHoleCardsDone() const;
void setMyBestHandPosition(int* theValue);
void getMyBestHandPosition(int* theValue) const;
@@ -157,6 +160,7 @@ private:
int myBestHandPosition[5];
double myOdds;
int myNiveau[3];
bool logHoleCardsDone;
int myCards[2];
int myCash;