AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
basemutex.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 
4 #ifndef INCLUDED_CPPUHELPER_BASEMUTEX_HXX
5 #define INCLUDED_CPPUHELPER_BASEMUTEX_HXX
6 
7 #include "osl/mutex.hxx"
8 
9 namespace cppu
10 {
20  {
21  protected:
22  mutable ::osl::Mutex m_aMutex;
23  };
24 }
25 #endif // INCLUDED_CPPUHELPER_BASEMUTEX_HXX
26 
27 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:567
base class for all classes who want derive from cppu::WeakComponentImplHelperXX.
Definition: basemutex.hxx:19
mutable::osl::Mutex m_aMutex
Definition: basemutex.hxx:22