summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* added ACE_LOG_MSG_INSTANCE_LOCK, and ACE_PREALLOCATE_OBJECT macrolevine1997-09-111-12/+15
* Moved ACE_Managed_Cleanup to Managed_Object.*.nw11997-09-101-18/+0
* Separated template codes from Object_Manager.* to Managed_Object.*.nw11997-09-101-74/+0
* added ACE_TSS_CLEANUP_LOCK and removed lock from dtorlevine1997-09-101-24/+34
* preallocate locks for CORBA_Handler and Dump in ACE_Object_Managerlevine1997-09-091-4/+43
* added guard of internal structures. (dtor): call at_exit hooks before callin...levine1997-09-091-12/+110
* added at_exit () interface for ACE_Cleanup objectslevine1997-09-071-1/+9
* allocate main thread's TSS_Emulation storage in the ACE_Object_Manager instance.levine1997-09-031-8/+9
* *** empty log message ***schmidt1997-09-031-6/+6
* *** empty log message ***schmidt1997-09-031-11/+11
* (dtor): removed printout at endlevine1997-08-301-2/+0
* allocate/deallocate TSS for each thread, on VxWorkslevine1997-08-291-0/+10
* started adding TSS emulationlevine1997-08-291-7/+15
* added call to ACE_Allocater::close_singleton (), and protected call to ACE_St...levine1997-08-271-1/+6
* dynamically allocated the contained ACE_Unbounded_Queue to so that it can be ...levine1997-08-261-12/+25
* *** empty log message ***nw11997-08-081-2/+0
* When destructor is running, disallow new object registrations, and stopSteve Huston1997-08-061-3/+9
* *** empty log message ***schmidt1997-08-051-0/+2
* *** empty log message ***schmidt1997-08-011-15/+11
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-311-2/+7
* Let ACE_Object_Manager clean up the global ACE_Log_Msg_Managerlevine1997-07-311-0/+4
* renamed cleanup () to at_exit ()levine1997-07-311-10/+4
* dereference pointer to cleanup_hook before calling it, to be legallevine1997-07-311-1/+1
* changed ACE_hthread_t arg to intlevine1997-07-311-2/+2
* revised interface, still in fluxlevine1997-07-311-38/+29
* (~ACE_Object_Manager): removed unused variable "i"levine1997-07-291-3/+2
* oops, dereference iteration pointerlevine1997-07-291-6/+10
* *** empty log message ***schmidt1997-07-291-0/+1
* *** empty log message ***schmidt1997-07-291-30/+16
* (delete_at_exit,delete_array_at_exit): made these (inline) static functions, ...levine1997-07-291-10/+43
* added ACE_BUILD_DLLlevine1997-07-281-0/+2
* added this class to shutdown ACE library services, and reclaim their storage,...levine1997-07-281-0/+70