UDK 3.2.7 C/C++ API Reference
Protected Attributes
cppu::BaseMutex Class Reference

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

#include <basemutex.hxx>

List of all members.

Protected Attributes

mutable::osl::Mutex m_aMutex

Detailed Description

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

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


Member Data Documentation

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

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines