summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/registry/inc/dp_backend.h
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2021-12-18 09:48:44 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-19 11:19:38 +0100
commit2e1cf05f3b1a7d111c538a2588e891aad67792bb (patch)
tree02aeb064f2f9a6d12b42d036df121d3d3da2552a /desktop/source/deployment/registry/inc/dp_backend.h
parentfd1fda8feacd1d006960e4505ad21dea213f1ec1 (diff)
use more cppu::BaseMutex
Change-Id: Ida7f6b536f5c07c929ddb21c97be6e9dc4a2b2f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127080 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/deployment/registry/inc/dp_backend.h')
-rw-r--r--desktop/source/deployment/registry/inc/dp_backend.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/deployment/registry/inc/dp_backend.h b/desktop/source/deployment/registry/inc/dp_backend.h
index e398b0a802f0..4a9353bf415a 100644
--- a/desktop/source/deployment/registry/inc/dp_backend.h
+++ b/desktop/source/deployment/registry/inc/dp_backend.h
@@ -23,6 +23,7 @@
#include <dp_shared.hxx>
#include <dp_interact.h>
#include <rtl/ref.hxx>
+#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/compbase.hxx>
#include <com/sun/star/lang/XEventListener.hpp>
@@ -42,7 +43,7 @@ typedef ::cppu::WeakComponentImplHelper<
css::deployment::XPackage > t_PackageBase;
-class Package : protected ::dp_misc::MutexHolder, public t_PackageBase
+class Package : protected cppu::BaseMutex, public t_PackageBase
{
PackageRegistryBackend * getMyBackend() const;
void processPackage_impl(
@@ -192,7 +193,7 @@ typedef ::cppu::WeakComponentImplHelper<
class PackageRegistryBackend
- : protected ::dp_misc::MutexHolder, public t_BackendBase
+ : protected cppu::BaseMutex, public t_BackendBase
{
//The map held originally WeakReferences. The map entries are removed in the disposing
//function, which is called when the XPackages are destructed or they are