This class offers an abstraction from the locking method used. More...
#include <CMutex.h>
Public Member Functions | |
| CMutex () | |
| constructor | |
| void | lock () const |
| lock the mutex | |
| void | unlock () const |
| unlock the mutex | |
This class offers an abstraction from the locking method used.
The methods are defined as const, although, of course, the mMutex will change state during each method call