summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/AdapterI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/AdapterI.h')
-rw-r--r--cpp/src/IcePack/AdapterI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePack/AdapterI.h b/cpp/src/IcePack/AdapterI.h
index 3c20d2188b6..16926cfef81 100644
--- a/cpp/src/IcePack/AdapterI.h
+++ b/cpp/src/IcePack/AdapterI.h
@@ -17,6 +17,7 @@
#include <IceUtil/Mutex.h>
#include <IcePack/Internal.h>
+#include <IceUtil/AbstractMutex.h>
namespace IcePack
{
@@ -24,7 +25,7 @@ namespace IcePack
class AdapterFactory;
typedef IceUtil::Handle<AdapterFactory> AdapterFactoryPtr;
-class StandaloneAdapterI : public StandaloneAdapter, public IceUtil::Mutex
+class StandaloneAdapterI : public StandaloneAdapter, public IceUtil::AbstractMutexI<IceUtil::Mutex>
{
public: