summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* *** 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
* don't use preallocated lock when shutting_down (), as well as when starting_u...levine1997-10-231-4/+7
* moved ace_singleton_lock_ to Object_Managerlevine1997-10-221-30/+112
* *** empty log message ***schmidt1997-10-181-14/+8
* moved ace_thread_exit_lock_ to Object_Managerlevine1997-10-181-0/+2
* move ace_svc_handler_lock_ to Object_Managerlevine1997-10-171-0/+2
* moved ace_os_monitor_lock and ACE_Token_Invariants_Creation_Lock to Object_Ma...levine1997-10-171-0/+6
* changed ACE_TSS_CLEANUP_LOCK from an ACE_Thread_Mutex to an ACE_Recursive_Thr...levine1997-10-151-2/+3
* use the static ACE_Static_Object_Lock even without ACE_HAS_NON_STATIC_OBJECT_...levine1997-10-141-3/+3
* use a static ACE_Static_Object_Lock with ACE_HAS_NONSTATIC_OBJECT_MANAGER, be...levine1997-10-141-0/+7
* moved ACE_Static_Object_Lock from Synch.h to Object_Manager.hlevine1997-10-141-6/+17
* removed Filecache arrayslevine1997-10-011-14/+1
* added socket_init to Object_Manager ctor and socket_fini to Object_Manager dt...levine1997-09-251-1/+10
* removed ACE_Managed_Object get_object () interfacelevine1997-09-241-5/+5
* Use ACE_Cleanup_Adapter<TYPE[COUNT]> for preallocated arrays.levine1997-09-231-9/+14
* added #include of ace/Malloc.h, and ACE_TOKEN_MANAGER_CREATION_LOCKlevine1997-09-231-0/+6
* renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter, moved ACE_Object_Manager_...levine1997-09-221-18/+71
* revised ACE_Object_Manager interface for preallocated objectslevine1997-09-201-20/+84
* *** empty log message ***schmidt1997-09-131-1/+1