diff options
Diffstat (limited to 'cppe/src/IceE/Reference.h')
-rw-r--r-- | cppe/src/IceE/Reference.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/Reference.h b/cppe/src/IceE/Reference.h index cdda94fcb4c..7308f6ccb7b 100644 --- a/cppe/src/IceE/Reference.h +++ b/cppe/src/IceE/Reference.h @@ -31,7 +31,7 @@ namespace IceInternal class BasicStream; -class Reference : public Ice::Shared +class Reference : public IceUtil::Shared { public: @@ -117,7 +117,7 @@ private: Ice::Context _context; std::string _facet; - Ice::Mutex _hashMutex; // For lazy initialization of hash value. + IceUtil::Mutex _hashMutex; // For lazy initialization of hash value. mutable Ice::Int _hashValue; mutable bool _hashInitialized; }; |