#include <mutex.H>
Public Member Functions | |
CUnlockMutexAtDestruction (CMutex &myMutex) | |
~CUnlockMutexAtDestruction () | |
Private Attributes | |
CMutex & | mutex |
Definition at line 110 of file mutex.H.
CUnlockMutexAtDestruction::CUnlockMutexAtDestruction | ( | CMutex & | myMutex | ) | [inline] |
CUnlockMutexAtDestruction::~CUnlockMutexAtDestruction | ( | ) | [inline] |
CMutex& CUnlockMutexAtDestruction::mutex [private] |