summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed leaking object manager when ACE_HAS_NONSTATIC_OBJECT_MANAGER is 0.Steve Huston1999-04-291-9/+16
* On new ACE_[OS_]Object_Manager instance, don't abandon a previous instance.Steve Huston1999-04-261-9/+12
* (init,fini): moved init_fini_count_ from ACE Object_Managers to ACE, so that ...levine1999-04-261-13/+0
* (fini): unconditionally set instance_ to 0 at the end. This allowslevine1999-04-241-1/+2
* (ACE_OS_Object_Manager,ACE_Object_Manager: added static counter to match init...levine1999-04-191-0/+13
* moved ACE_Service_Config signal handler allocation from constructor tolevine1999-04-131-8/+6
* removed complex support from ACE_Object_Manager for cleanup of somelevine1999-03-201-157/+9
* (ACE_Object_Manager ctor): allow newer instances to overwrite older ones, in ...levine1999-03-191-9/+11
* changed Object_Manager state to be per-instance, instead of globallevine1999-03-031-138/+147
* fixed ObjMan state logic to ensure that the ACE_Object_Manager is fini'd befo...levine1999-03-011-2/+2
* added ACE_OS_Object_Managerlevine1999-03-011-184/+112
* changed ACE_OS::exit to call an exit hook that is registered by the ACE_Objec...levine1999-02-201-30/+46
* ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-011-0/+6
* uninlined ACE_OS::exit (), so that ACE_Object_Manager_fini () is no longer ne...levine1998-11-301-6/+0
* added ACE_Object_Manager_fini to avoid circular include problemslevine1998-11-301-0/+6
* (fini): added check of instance_->shutting_down_ on entry.levine1998-10-271-1/+1
* removed some old, unused printoutslevine1998-10-211-7/+0
* removed ACE_USE_NATIVE_KEYS support by ACE_HAS_TSS_EMULATIONlevine1998-09-281-4/+4
* *** empty log message ***schmidt1998-09-071-1/+0
* (~ACE_Object_Manager_Base): moved internal_lock_ deletion insidelevine1998-09-021-3/+3
* reorganized to provide the ACE_Object_Manager_Base classlevine1998-08-311-276/+394
* *** empty log message ***irfan1998-08-241-3/+7
* *** empty log message ***irfan1998-08-221-1/+6
* *** empty log message ***schmidt1998-08-041-8/+9
* ooops, wrapper ACE_TSS_BASE_LOCK with ifdef ACE_HAS_TSS_EMULATION &&levine1998-07-201-3/+7
* added ACE_TSS_BASE_LOCKlevine1998-07-201-0/+3
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* *** empty log message ***schmidt1998-05-151-7/+7
* (ACE_Object_Manager ctor): allocate registered_objects_ after the allocation ...levine1998-04-181-2/+5
* ACE_FACTORY changes. Please see ChangeLog for detailsnanbor1998-04-171-1/+1
* CE stuff.nanbor1998-03-191-2/+12
* *** empty log message ***schmidt1998-01-011-1/+1
* *** empty log message ***schmidt1997-12-051-5/+6
* oops, fixed typolevine1997-12-021-1/+1
* (~ACE_Object_Manager_Destroyer): don't delete the ACE_Object_Manager if not d...levine1997-12-021-4/+14
* restored comments about initialization of ACE_Object_Managerlevine1997-11-171-3/+4
* *** empty log message ***schmidt1997-11-171-3/+3
* * ace/Signal.i: Changed to use new Object Manager member.Chris Cleeland1997-11-131-0/+8
* *** empty log message ***irfan1997-11-131-2/+0
* *** empty log message ***schmidt1997-11-071-0/+4
* *** empty log message ***schmidt1997-11-071-77/+74
* *** empty log message ***schmidt1997-11-071-16/+91
* moved ACE_Naming_Service and ACE_Service_Manager static service objects to AC...levine1997-11-031-3/+70
* moved static ACE_Service_Config::signal_handler_ to Object_Managerlevine1997-11-011-0/+12
* (tss_open,tss_close): removed tss_open () dynamic allocation option, and tss_...levine1997-10-301-5/+0
* (cleanup_tss): added an argument to indicate whether the main thread is calli...levine1997-10-291-1/+1
* minor cleanuplevine1997-10-251-2/+2
* (get_singleton_lock): dynamically allocate ACE_Thread_Mutex and ACE_RW_Thread...levine1997-10-241-79/+188
* allow singletons during static construction/destructionlevine1997-10-231-107/+240
* Added support for ACE_RW_Thread_Mutex ACE_Singleton lock type. Also, removed...levine1997-10-231-9/+32