#include "ace/config-lite.h"#include "ace/Cleanup.h"#include "ace/os_include/sys/os_types.h"#include "ace/os_include/os_signal.h"Include dependency graph for Object_Manager_Base.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | ACE_Object_Manager_Base |
| Base class for ACE_Object_Manager(s). More... | |
| class | ACE_OS_Object_Manager |
Functions | |
| void | ACE_OS_Object_Manager_Internal_Exit_Hook (void) |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
Definition in file Object_Manager_Base.h.
| void ACE_OS_Object_Manager_Internal_Exit_Hook | ( | void | ) |
Definition at line 74 of file Object_Manager_Base.cpp.
References ACE_OS_Object_Manager::fini(), ACE_OS_Object_Manager::instance(), and ACE_OS_Object_Manager::instance_.
00075 { 00076 if (ACE_OS_Object_Manager::instance_) 00077 ACE_OS_Object_Manager::instance ()->fini (); 00078 }
1.4.7