BeRo refactoring
This commit is contained in:
@@ -108,4 +108,10 @@ ClientBoard::collectPot()
|
||||
sets = 0;
|
||||
}
|
||||
|
||||
void
|
||||
ClientBoard::distributePot()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -46,6 +46,8 @@ public:
|
||||
void collectSets();
|
||||
void collectPot();
|
||||
|
||||
void distributePot();
|
||||
|
||||
private:
|
||||
mutable boost::recursive_mutex m_syncMutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user