LibreOffice Module comphelper (master) 1
|
opposite of OGuard :) (a mutex is released within the constructor and acquired within the destructor) use only when you're sure the mutex is acquired ! More...
#include <guarding.hxx>
Public Member Functions | |
ORelease (MUTEX &_rMutex) | |
~ORelease () | |
Private Attributes | |
MUTEX & | m_rMutex |
opposite of OGuard :) (a mutex is released within the constructor and acquired within the destructor) use only when you're sure the mutex is acquired !
Definition at line 38 of file guarding.hxx.
|
inline |
Definition at line 43 of file guarding.hxx.
|
inline |
Definition at line 44 of file guarding.hxx.
References comphelper::ORelease< MUTEX >::m_rMutex.
|
private |
Definition at line 40 of file guarding.hxx.
Referenced by comphelper::ORelease< MUTEX >::~ORelease().