summaryrefslogtreecommitdiffstats
path: root/binaryurp/source/bridgefactory.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-18 12:54:17 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-18 13:29:13 +0100
commitaf181dc1fca626a5b7f9afb3cb69c76ed5d46aa0 (patch)
tree2166ed73e4911b8a1b05b5b4490fe6895c963d74 /binaryurp/source/bridgefactory.hxx
parentUse osl::Mutex member, not base (diff)
downloadcore-af181dc1fca626a5b7f9afb3cb69c76ed5d46aa0.tar.gz
core-af181dc1fca626a5b7f9afb3cb69c76ed5d46aa0.zip
Use cppu::BaseMutex instead of plain osl::Mutex as base
Change-Id: I3dcae6482afe9e2b1a33261583dce41ddc91b67b
Diffstat (limited to 'binaryurp/source/bridgefactory.hxx')
-rw-r--r--binaryurp/source/bridgefactory.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/binaryurp/source/bridgefactory.hxx b/binaryurp/source/bridgefactory.hxx
index 075975c53a0d..4da73fff3b9e 100644
--- a/binaryurp/source/bridgefactory.hxx
+++ b/binaryurp/source/bridgefactory.hxx
@@ -32,6 +32,7 @@
#include "com/sun/star/uno/Exception.hpp"
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/RuntimeException.hpp"
+#include "cppuhelper/basemutex.hxx"
#include "cppuhelper/compbase2.hxx"
#include "sal/types.h"
@@ -55,7 +56,8 @@ typedef
BridgeFactoryBase;
class BridgeFactory:
- private osl::Mutex, public BridgeFactoryBase, private boost::noncopyable
+ private cppu::BaseMutex, public BridgeFactoryBase,
+ private boost::noncopyable
{
public:
static com::sun::star::uno::Reference< com::sun::star::uno::XInterface >