| Type | info |
| Title | new class ::cppu::BaseMutex |
| Posted by | [EMAIL PROTECTED] |
| Affected | ...,cppuhelper |
| Effective from | CWS skeletonmaker |
Summary
cppuhelper/basemutex.hxx<br>
class BaseMutex
{
$nbsp;protected:
$nbsp;$nbsp;mutable ::osl::Mutex m_mutex;
};
Description
A new base class for all classes who want derive from
::cppu::WeakComponentImplHelperXX. A new implementation class have
first to derive from ::cppu::BaseMutex and then from
::cppu::WeakComponentImplHelperXX to ensure that the BaseMutex is
completely initialized when the mutex is used to initialize the
::cppu::WeakComponentImplHelperXX.<br>
This new base class is used in new generated C++ component code
skeletons generated by the new uno-skeletonmaker.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
