LibreOffice Module comphelper (master) 1
|
Go to the source code of this file.
Classes | |
class | comphelper::ORelease< MUTEX > |
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... | |
Namespaces | |
namespace | osl |
namespace | comphelper |
Typedefs | |
typedef ORelease< ::osl::Mutex > | comphelper::MutexRelease |