summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r--cpp/src/Ice/Instance.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h
index 126242efb40..80498a1552e 100644
--- a/cpp/src/Ice/Instance.h
+++ b/cpp/src/Ice/Instance.h
@@ -35,7 +35,7 @@ class CommunicatorI;
namespace IceInternal
{
-class Instance : public ::IceUtil::Shared, public JTCMutex
+class Instance : public ::IceUtil::Shared, public ::IceUtil::Mutex
{
public:
@@ -78,8 +78,7 @@ private:
//
friend class GlobalStateMutexDestroyer;
static int _globalStateCounter;
- static JTCMutex* _globalStateMutex;
- static JTCInitialize* _globalStateJTC;
+ static ::IceUtil::Mutex* _globalStateMutex;
#ifndef WIN32
static std::string _identForOpenlog;
#endif