#include "ace/ACE_export.h"
Include dependency graph for Init_ACE.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | ACE |
Functions | |
ACE_Export int | init (void) |
ACE_Export int | fini (void) |
Variables | |
unsigned int | init_fini_count_ = 0 |
Initialize ACE library services. Can be called only once per program invocation.
|
Shut down ACE library services. Can be called only once per program invocation.
|
|
This class implements the functions for the initialization and shutting down ACE. These functions are called only once per ACE invokation.
|
|
Counter to match <init()>/<fini()> calls. <init()> must increment it; <fini()> must decrement it. <fini()> then does nothing until it reaches 0. |