#include <Utils_Mutex.hxx>
Public Member Functions | |
Utils_Locker (Utils_Mutex *) | |
virtual | ~Utils_Locker () |
Private Attributes | |
Utils_Mutex * | myMutex |
Utils_Locker::Utils_Locker | ( | Utils_Mutex * | mutex | ) |
References Utils_Mutex::lock(), and myMutex.
|
virtual |
References myMutex, and Utils_Mutex::unlock().
|
private |
Referenced by Utils_Locker(), and ~Utils_Locker().