summaryrefslogtreecommitdiff
path: root/ACE/ace/Service_Types.inl
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant void argJohnny Willemsen2020-12-091-3/+3
|
* Zapped two line id tagsJohnny Willemsen2015-01-071-3/+0
|
* Mon Apr 19 12:44:56 UTC 2010 Chad Beaulac <chad@objectivesolutions.com>cbeaulac2010-04-191-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Service_Types.h * ace/Service_Types.inl * ace/Service_Types.cpp Added service_type_ attr to expose the type of service being managed to the ACE_Service_Repository. This allows the ASR to manage the lifecycle of the ACE_Module and ACE_Stream in order to avoid a double delete of ACE_Module at shutdown. ACE_Stream_Type::fini was modified to not call ACE_Module_Type::fini as this will results in a double delete when ACE_Service_Repository::fini is called. ACE_Stream_Type::remove(module_name) was modified to not call ACE_Module_Type::fini as this will results in a double delete when ACE_Service_Repository::fini is called also. * ace/Service_Repository.cpp Modified ASR::fini to iterate over the service_array_ twice. ACE_Service_Type::fini is called on all ACE_Stream_Type and ACE_Service_Object_Type instances first. Then, fini is called on all ACE_Modules_Type instances. All calls to fini are done in the order the services appear in the ASR::service_array_ except for the grouping described here. The calls to ACE_Module_Type::fini must be done last because ACE_Stream_Type::fini accesses the Modules so they must not be deleted by a call to ACE_Module_Type::fini before that. * tests/Bug_3334_Regresssion_Test.cpp Added call to ACE_Service_Repository::fini_svcs() to capture all debug output before the application exits. * tests/run_tests.lst This fixes Bugzilla #3334
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+32
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-32/+0
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+32