summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b15
1 files changed, 6 insertions, 9 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index 4de9255bee3..6ae92e6ea16 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -6836,15 +6836,12 @@ Sat Aug 22 00:27:06 1998 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Service_Config.cpp (fini_svcs): New method calls
ACE_Service_Repository::instance ()->fini ().
- * ace/Object_Manager.cpp (~ACE_Object_Manager): Added a call
- to close and possibly delete all service instances in the
- Service Repository by calling ACE_Service_Config::fini_svcs.
- This call is made *before* the library singletons (such as
- the Reactor, Proactor, Thread_Manager, and Allocator) are
- destroyed since the service instances maybe accessing these
- singletons in the fini() and destructor methods. Note that
- user singletons are destroyed before the services are
- fini'ed or closed.
+ * ace/Object_Manager.cpp (~ACE_Object_Manager): Added a call to
+ close and possibly delete all service instances in the Service
+ Repository by calling ACE_Service_Config::fini_svcs (). This
+ call is made *before* the singletons are destroyed since the
+ service instances maybe accessing these singletons in the fini()
+ and destructor methods.
* ace/Service_Config.cpp (fini_svcs): Disable log messages when
appropriate.