diff options
author | Marc Laukien <marc@zeroc.com> | 2003-10-27 15:28:15 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2003-10-27 15:28:15 +0000 |
commit | bf49594578b70292d8054ccf1ab5be0b1259347d (patch) | |
tree | 06b0a60fd25515c2316c6016426036bb65133e81 /cpp/src/Ice/CommunicatorI.cpp | |
parent | cleanup (diff) | |
download | ice-bf49594578b70292d8054ccf1ab5be0b1259347d.tar.bz2 ice-bf49594578b70292d8054ccf1ab5be0b1259347d.tar.xz ice-bf49594578b70292d8054ccf1ab5be0b1259347d.zip |
cleanup
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index e1a037d549b..3c60efb3866 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -29,8 +29,13 @@ using namespace std; using namespace Ice; using namespace IceInternal; +namespace IceInternal +{ + IceUtil::Handle<IceUtil::GC> theCollector = 0; +} + struct GarbageCollectorStats { GarbageCollectorStats() : |