ACE
6.2.5
|
#include "ace/Object_Manager_Base.h"
#include "ace/OS_Memory.h"
#include "ace/OS_NS_Thread.h"
#include "ace/OS_NS_sys_socket.h"
#include "ace/OS_NS_signal.h"
#include "ace/OS_NS_stdio.h"
Classes | |
class | ACE_OS_Object_Manager_Manager |
Ensure that the ACE_OS_Object_Manager gets initialized at program startup, and destroyed at program termination. More... | |
Macros | |
#define | ACE_OS_PREALLOCATE_OBJECT(TYPE, ID) |
#define | ACE_OS_DELETE_PREALLOCATED_OBJECT(TYPE, ID) |
Functions | |
void | ACE_OS_Object_Manager_Internal_Exit_Hook (void) |
Variables | |
int | ace_exit_hook_marker = 0 |
static ACE_OS_Object_Manager_Manager | ACE_OS_Object_Manager_Manager_instance |
#define ACE_OS_DELETE_PREALLOCATED_OBJECT | ( | TYPE, | |
ID | |||
) |
#define ACE_OS_PREALLOCATE_OBJECT | ( | TYPE, | |
ID | |||
) |
void ACE_OS_Object_Manager_Internal_Exit_Hook | ( | void | ) |
int ace_exit_hook_marker = 0 |
|
static |