Public Methods | |
ACE_OS_Object_Manager_Manager (void) | |
Constructor. | |
~ACE_OS_Object_Manager_Manager (void) | |
Destructor. | |
Private Attributes | |
ACE_thread_t | saved_main_thread_id_ |
Save the main thread ID, so that destruction can be suppressed. |
Without ACE_HAS_NONSTATIC_OBJECT_MANAGER, a static instance of this class is created. Therefore, it gets created before main () is called. And it gets destroyed after main () returns.
|
Constructor.
|
|
Destructor.
|
|
Save the main thread ID, so that destruction can be suppressed.
|