summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/ServerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IcePack/ServerI.h')
-rw-r--r--cpp/src/IcePack/ServerI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/IcePack/ServerI.h b/cpp/src/IcePack/ServerI.h
index 55c03dd4579..4cece3a48e0 100644
--- a/cpp/src/IcePack/ServerI.h
+++ b/cpp/src/IcePack/ServerI.h
@@ -18,6 +18,7 @@
#include <IceUtil/Mutex.h>
#include <Freeze/EvictorF.h>
#include <IcePack/Activator.h>
+#include <IceUtil/AbstractMutex.h>
#include <IcePack/Internal.h>
@@ -30,7 +31,7 @@ typedef IceUtil::Handle<TraceLevels> TraceLevelsPtr;
class ServerFactory;
typedef IceUtil::Handle<ServerFactory> ServerFactoryPtr;
-class ServerI : public Server, public ::IceUtil::Monitor< ::IceUtil::Mutex>
+class ServerI : public Server, public IceUtil::AbstractMutexI<IceUtil::Monitor<IceUtil::Mutex> >
{
public: