summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 19:36:36 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 19:36:36 +0000
commit225066b34e467d89dc0c78d22e4a6af1cc31abce (patch)
tree751dc2d1135c5b72443f63a89f6bfd56fbd4b13b
parentdafb91c17e8286f833be493cdfed36872852aae0 (diff)
downloadATCD-225066b34e467d89dc0c78d22e4a6af1cc31abce.tar.gz
removed some old, unused printouts
-rw-r--r--ace/Object_Manager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp
index f220a3c657e..9eff218f31e 100644
--- a/ace/Object_Manager.cpp
+++ b/ace/Object_Manager.cpp
@@ -170,7 +170,6 @@ ACE_Object_Manager_Base::ACE_Object_Manager_Base (void)
, singleton_rw_locks_ (0)
# endif /* ACE_MT_SAFE */
{
- // ::fprintf (stderr, "ACE_Object_Manager_Base, this: %p\n", this); // ????
}
int
@@ -221,8 +220,6 @@ ACE_Object_Manager::init (void)
// ACE_Static_Object_Lock::instance () gets changed . . .
ACE_NEW_RETURN (instance_->registered_objects_,
ACE_Unbounded_Queue<ACE_Cleanup_Info>, -1);
- // ::fprintf (stderr, "init: allocated registered_objects_ for"
- // " %p\n", instance_); // ????
// Hooks for preallocated objects and arrays provided by application.
ACE_APPLICATION_PREALLOCATED_OBJECT_DEFINITIONS
@@ -450,10 +447,6 @@ ACE_Object_Manager::at_exit_i (void *object,
ACE_MT (ACE_GUARD_RETURN (ACE_Recursive_Thread_Mutex, ace_mon,
*instance_->internal_lock_, -1));
- // ::fprintf (stderr, "at_exit_i, this: %p, registered_objects_ is %p\n",
- // this,
- // registered_objects_); // ????
-
if (shutting_down ())
{
errno = EAGAIN;