diff options
Diffstat (limited to 'cpp/src/IceUtil/GCShared.cpp')
-rw-r--r-- | cpp/src/IceUtil/GCShared.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cpp/src/IceUtil/GCShared.cpp b/cpp/src/IceUtil/GCShared.cpp new file mode 100644 index 00000000000..3454cfbe800 --- /dev/null +++ b/cpp/src/IceUtil/GCShared.cpp @@ -0,0 +1,17 @@ +// ********************************************************************** +// +// Copyright (c) 2003 +// ZeroC, Inc. +// Billerica, MA, USA +// +// All Rights Reserved. +// +// Ice is free software; you can redistribute it and/or modify it under +// the terms of the GNU General Public License version 2 as published by +// the Free Software Foundation. +// +// ********************************************************************** + +#include <IceUtil/GCShared.h> + +IceUtil::GCObjectSet IceUtil::gcObjects; |