Definition at line 119 of file mutex.h.
OSB_LIB::MutexUnlock::MutexUnlock | ( | Mutex * | pMutex = 0 |
) | [explicit] |
Constructor with mutex.
pMutex | Pointer to the mutex to unlock. |
virtual int OSB_LIB::MutexUnlock::cleanup | ( | ) | [virtual] |
Unlock the mutex.
Calls Mutex::unlock if pMutex_ is not NULL.
Implements OSB_LIB::Guard::Cleanup.
Mutex* OSB_LIB::MutexUnlock::pMutex_ [private] |