LibreOffice Module cppuhelper (master)
1
|
base class for all classes who want derive from cppu::WeakComponentImplHelperXX. More...
#include <basemutex.hxx>
Protected Attributes | |
mutable::osl::Mutex | m_aMutex |
base class for all classes who want derive from cppu::WeakComponentImplHelperXX.
Implementation classes have first to derive from BaseMutex and then from cppu::WeakComponentImplHelperXX to ensure that the BaseMutex is completely initialized when the mutex is used to initialize the cppu::WeakComponentImplHelperXX
Definition at line 35 of file basemutex.hxx.
|
protected |
Definition at line 38 of file basemutex.hxx.