summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.h
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***schmidt1997-12-211-2/+2
* *** empty log message ***irfan1997-11-291-2/+2
* Removed redundant trailing comma from all instances of ACE_UMIMPLEMENTED_FUNC.nw11997-11-281-2/+2
* *** empty log message ***irfan1997-11-271-2/+2
* (default_mask): moved declaration out of ACE_MT_SAFE protectionlevine1997-11-131-3/+3
* * ace/Signal.i: Changed to use new Object Manager member.Chris Cleeland1997-11-131-0/+7
* *** empty log message ***irfan1997-11-131-1/+0
* *** empty log message ***irfan1997-11-071-1/+0
* *** empty log message ***irfan1997-11-071-0/+1
* *** empty log message ***schmidt1997-11-071-3/+4
* *** empty log message ***schmidt1997-11-071-7/+13
* *** empty log message ***schmidt1997-11-061-6/+6
* added documenation of ACE_HAS_NONSTATIC_OBJECT_MANAGERlevine1997-11-031-0/+23
* (get_singleton_lock): dynamically allocate ACE_Thread_Mutex and ACE_RW_Thread...levine1997-10-241-12/+15
* allow singletons during static construction/destructionlevine1997-10-231-1/+5
* Added support for ACE_RW_Thread_Mutex ACE_Singleton lock type. Also, removed...levine1997-10-231-0/+6
* moved ace_singleton_lock_ to Object_Managerlevine1997-10-221-4/+50
* moved ace_thread_exit_lock_ to Object_Managerlevine1997-10-181-0/+1
* move ace_svc_handler_lock_ to Object_Managerlevine1997-10-171-0/+1
* moved ace_os_monitor_lock and ACE_Token_Invariants_Creation_Lock to Object_Ma...levine1997-10-171-0/+2
* moved ACE_Static_Object_Lock from Synch.h to Object_Manager.hlevine1997-10-141-0/+24
* rsschmidt1997-10-111-1/+3
* *** empty log message ***schmidt1997-10-101-12/+11
* removed Filecache arrayslevine1997-10-011-2/+5
* removed ACE_Managed_Object get_object () interfacelevine1997-09-241-5/+1
* preallocate ACE_Token_Manager creation locklevine1997-09-231-0/+1
* renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter, moved ACE_Object_Manager_...levine1997-09-221-4/+4
* revised ACE_Object_Manager interface for preallocated objectslevine1997-09-201-31/+123
* added ACE_LOG_MSG_INSTANCE_LOCK, and ACE_PREALLOCATE_OBJECT macrolevine1997-09-111-0/+3
* Separated template codes from Object_Manager.* to Managed_Object.*.nw11997-09-101-51/+2
* added ACE_TSS_CLEANUP_LOCKlevine1997-09-101-0/+1
* preallocate locks for CORBA_Handler and Dump in ACE_Object_Managerlevine1997-09-091-10/+10
* added guard of internal structures. (dtor): call at_exit hooks before callin...levine1997-09-091-14/+102
* added at_exit () interface for ACE_Cleanup objectslevine1997-09-071-2/+12
* allocate main thread's TSS_Emulation storage in the ACE_Object_Manager instance.levine1997-09-031-0/+5
* *** empty log message ***schmidt1997-09-031-19/+3
* dynamically allocated the contained ACE_Unbounded_Queue to so that it can be ...levine1997-08-261-10/+18
* Add shutting_down flag.Steve Huston1997-08-061-0/+2
* *** empty log message ***schmidt1997-08-011-15/+18
* fixed typo in commentlevine1997-07-311-1/+1
* renamed cleanup () to at_exit ()levine1997-07-311-17/+18
* changed ACE_hthread_t arg to intlevine1997-07-311-7/+7
* revised interface, still in fluxlevine1997-07-311-38/+65
* *** empty log message ***schmidt1997-07-291-1/+1
* *** empty log message ***schmidt1997-07-291-30/+35
* (delete_at_exit,delete_array_at_exit): made these (inline) static functions, ...levine1997-07-291-4/+23
* added ACE_Exportlevine1997-07-281-1/+1
* updated descriptionlevine1997-07-281-6/+10
* added this class to shutdown ACE library services, and reclaim their storage,...levine1997-07-281-0/+59