From 0fdb3361e7525f4f49556d1233d9b84c566ec6fb Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Thu, 23 Oct 2003 06:22:17 +0000 Subject: - Renamed ObjectBase to GCShared. - Fixed the problem of the gc test sometimes running for over three minutes. - Fixed race condition in printGCStats if a signal caused communicator shutdown. --- cpp/src/IceUtil/ObjectBase.cpp | 17 ----------------- 1 file changed, 17 deletions(-) delete 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 deleted file mode 100644 index 11aa72459e3..00000000000 --- a/cpp/src/IceUtil/ObjectBase.cpp +++ /dev/null @@ -1,17 +0,0 @@ -// ********************************************************************** -// -// 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::ObjectSet IceUtil::objects; -- cgit v1.2.3