LibreOffice
LibreOffice 24.8 SDK C/C++ API Reference
Loading...
Searching...
No Matches
cppu::BaseMutex Class Reference

base class for all classes who want derive from cppu::WeakComponentImplHelperXX. More...

#include <basemutex.hxx>

Protected Attributes

mutable::osl::Mutex m_aMutex
 

Detailed Description

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

Member Data Documentation

◆ m_aMutex

mutable::osl::Mutex cppu::BaseMutex::m_aMutex
protected

The documentation for this class was generated from the following file: