summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-17 15:01:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-17 15:01:45 +0000
commitcbe8d13bfd912722b62bc3b0ec9ed0771d423a79 (patch)
tree0b9c8812987abd512ffcf7996ec0bb27d12c11ce /ace/Object_Manager.cpp
parent30372d57088ae65e3f2f8c8b31be435008c6cf12 (diff)
downloadATCD-cbe8d13bfd912722b62bc3b0ec9ed0771d423a79.tar.gz
restored comments about initialization of ACE_Object_Manager
members so that they are logically separate
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r--ace/Object_Manager.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp
index cdd9a2a0612..8e6dabec4d1 100644
--- a/ace/Object_Manager.cpp
+++ b/ace/Object_Manager.cpp
@@ -152,8 +152,9 @@ ACE_Object_Manager_Preallocations::~ACE_Object_Manager_Preallocations ()
}
ACE_Object_Manager::ACE_Object_Manager (void)
- // , lock_ is initialized in the function body. With
- // ACE_HAS_TSS_EMULATION, ts_storage_ is initialized by the call to
+ // , lock_ is initialized in the function body.
+ //
+ // With ACE_HAS_TSS_EMULATION, ts_storage_ is initialized by the call to
// ACE_OS::tss_open () in the function body.
{
ACE_NEW (registered_objects_, ACE_Unbounded_Queue<ACE_Cleanup_Info>);
@@ -792,7 +793,7 @@ ACE_Static_Object_Lock::instance (void)
}
else
// Return the preallocated ACE_STATIC_OBJECT_LOCK.
- return ACE_Managed_Object<ACE_Recursive_Thread_Mutex>::get_preallocated_object
+ return ACE_Managed_Object<ACE_Recursive_Thread_Mutex>::get_preallocated_object
(ACE_Object_Manager::ACE_STATIC_OBJECT_LOCK);
}