:: cppu ::

class BaseMutex


Base Classes
None.
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
Summary
base class for all classes who want derive from ::cppu::WeakComponentImplHelperXX.
Description
Implmentation 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 intialize the ::cppu::WeakComponentImplHelperXX
File
basemutex.hxx

Protected Members

Data

::osl::Mutex m_aMutex;

Top of Page