summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerAdapterI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerAdapterI.h')
-rw-r--r--cpp/src/IcePack/ServerAdapterI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerAdapterI.h b/cpp/src/IcePack/ServerAdapterI.h
index 823f490f94b..739bf66251b 100644
--- a/cpp/src/IcePack/ServerAdapterI.h
+++ b/cpp/src/IcePack/ServerAdapterI.h
@@ -17,6 +17,7 @@
#include <IceUtil/Mutex.h>
#include <IcePack/Internal.h>
+#include <IceUtil/AbstractMutex.h>
namespace IcePack
{
@@ -27,7 +28,7 @@ typedef IceUtil::Handle<TraceLevels> TraceLevelsPtr;
class ServerFactory;
typedef IceUtil::Handle<ServerFactory> ServerFactoryPtr;
-class ServerAdapterI : public ServerAdapter, public ::IceUtil::Mutex
+class ServerAdapterI : public ServerAdapter, public IceUtil::AbstractMutexI<IceUtil::Mutex>
{
public: