diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-11 16:41:12 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-11 16:41:12 +0000 |
commit | 8ff7c2608eb845c3b6b637f4648ae726a11a158b (patch) | |
tree | f1dfb4d3a63752357480561fdd94f37692d8eb47 /cppe/src/IceE/Reference.h | |
parent | fix some recent changes to build in J2ME (diff) | |
download | ice-8ff7c2608eb845c3b6b637f4648ae726a11a158b.tar.bz2 ice-8ff7c2608eb845c3b6b637f4648ae726a11a158b.tar.xz ice-8ff7c2608eb845c3b6b637f4648ae726a11a158b.zip |
Put back IceUtil namespace
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; }; |