diff options
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() : |