#include <IntegerCounter.h>
You're supposed to hold the mutex whenever you access the int.
Public Member Functions | |
IntegerCounter () throw (std::exception) | |
virtual | ~IntegerCounter () |
bool | incrementWithTest (int maxValue) throw (std::exception) |
void | decrement () throw (std::exception) |
int | getValue () throw (std::exception) |
|
|
|
|
|
|
|
|
|
|