From 8941640745d51e543fadc0524368d5f861691152 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 20 Oct 2003 23:18:23 +0000 Subject: merging changes for garbage collector --- cpp/src/IceUtil/ObjectBase.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cpp/src/IceUtil/ObjectBase.cpp (limited to 'cpp/src/IceUtil/ObjectBase.cpp') diff --git a/cpp/src/IceUtil/ObjectBase.cpp b/cpp/src/IceUtil/ObjectBase.cpp new file mode 100644 index 00000000000..24b501cc9c0 --- /dev/null +++ b/cpp/src/IceUtil/ObjectBase.cpp @@ -0,0 +1,18 @@ +// ********************************************************************** +// +// 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::StaticRecMutex IceUtil::gcMutex = ICE_STATIC_RECMUTEX_INITIALIZER; +IceUtil::ObjectSet IceUtil::objects; -- cgit v1.2.3