diff options
Diffstat (limited to 'cpp/src/Ice/SslFactory.h')
-rw-r--r-- | cpp/src/Ice/SslFactory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/SslFactory.h b/cpp/src/Ice/SslFactory.h index 44b02f49a4b..53294b7a60b 100644 --- a/cpp/src/Ice/SslFactory.h +++ b/cpp/src/Ice/SslFactory.h @@ -13,7 +13,6 @@ #include <string> #include <map> -#include <JTC/JTC.h> #include <Ice/SslSystem.h> namespace IceSecurity @@ -48,7 +47,7 @@ public: private: static SslHandleSystemMap _sslHandleSystemRepository; static SystemMap _systemRepository; - static JTCMutex _systemRepositoryMutex; + static ::IceUtil::Mutex _systemRepositoryMutex; }; } |