#include <Log.h>

Public Member Functions | |
| CLockable () | |
Protected Member Functions | |
| void | lock (void) |
| void | unlock (void) |
Private Attributes | |
| pthread_mutex_t | mMutex |
Friends | |
| class | CCriticalSection |
| CLockable::CLockable | ( | ) | [inline] |
| void CLockable::lock | ( | void | ) | [inline, protected] |
| void CLockable::unlock | ( | void | ) | [inline, protected] |
friend class CCriticalSection [friend] |
pthread_mutex_t CLockable::mMutex [private] |