summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/GC.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-01-10 10:27:12 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-01-10 10:27:12 +0000
commitc8638bec7959c248cd7179dfbf2f0119064a056b (patch)
tree6bb612c463e303b6f195de3b5b0d19d0ccafb4bc /cpp/src/Ice/GC.cpp
parentPut back fix for supporting spaces in service config file paths (diff)
downloadice-c8638bec7959c248cd7179dfbf2f0119064a056b.tar.bz2
ice-c8638bec7959c248cd7179dfbf2f0119064a056b.tar.xz
ice-c8638bec7959c248cd7179dfbf2f0119064a056b.zip
Added IceGrid activation test + Sun C++ warning fixes.
Diffstat (limited to 'cpp/src/Ice/GC.cpp')
-rwxr-xr-xcpp/src/Ice/GC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/GC.cpp b/cpp/src/Ice/GC.cpp
index 463eff13fd4..c427416b680 100755
--- a/cpp/src/Ice/GC.cpp
+++ b/cpp/src/Ice/GC.cpp
@@ -264,7 +264,7 @@ IceInternal::GC::collectGarbage()
counts.clear();
{
- Monitor<Mutex>::Lock sync(*this);
+ Monitor<Mutex>::Lock sync2(*this);
_collecting = false;
}