diff options
author | Bernard Normier <bernard@zeroc.com> | 2004-01-23 22:37:27 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2004-01-23 22:37:27 +0000 |
commit | e472963b0f661ca49b2c1f67fc17eb601923788b (patch) | |
tree | fb45d999b05a51060e29d806f214ed0186d9fb64 /cpp/src/IceUtil/GCRecMutex.cpp | |
parent | fixes (diff) | |
download | ice-e472963b0f661ca49b2c1f67fc17eb601923788b.tar.bz2 ice-e472963b0f661ca49b2c1f67fc17eb601923788b.tar.xz ice-e472963b0f661ca49b2c1f67fc17eb601923788b.zip |
HP-UX port
Diffstat (limited to 'cpp/src/IceUtil/GCRecMutex.cpp')
-rw-r--r-- | cpp/src/IceUtil/GCRecMutex.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/src/IceUtil/GCRecMutex.cpp b/cpp/src/IceUtil/GCRecMutex.cpp index 1cb20dc190a..d474573b3d8 100644 --- a/cpp/src/IceUtil/GCRecMutex.cpp +++ b/cpp/src/IceUtil/GCRecMutex.cpp @@ -14,9 +14,12 @@ #include <IceUtil/GCRecMutex.h> -using namespace IceUtil; +namespace IceUtil +{ +GCRecMutex gcRecMutex; +} -GCRecMutex ICE_UTIL_API IceUtil::gcRecMutex; +using namespace IceUtil; static int gcInitCount = 0; |