#include <Init_ACE.h>
Inheritance diagram for ACE_Init_ACE:
Static Public Methods | |
int | init (void) |
int | fini (void) |
Static Private Attributes | |
unsigned int | init_fini_count_ = 0 |
|
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. |