#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) |
Variables | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL class | ACE_Object_Manager |
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...
Definition in file Object_Manager_Base.h.
|
Definition at line 74 of file Object_Manager_Base.cpp. References ACE_OS_Object_Manager::fini(), and ACE_OS_Object_Manager::instance(). Referenced by ACE_OS_Object_Manager::init().
00075 { 00076 if (ACE_OS_Object_Manager::instance_) 00077 ACE_OS_Object_Manager::instance ()->fini (); 00078 } |
|
Definition at line 34 of file Object_Manager_Base.h. |