#include <Init_ACE.h>
Inheritance diagram for ACE_Init_ACE:
Static Public Methods | |
int | init (void) |
This class implements the fucntions for the initialization and shutting down ACE. More... | |
int | fini (void) |
Shut down ACE library services. More... | |
Static Private Attributes | |
unsigned int | init_fini_count_ = 0 |
Counter to match <init>/<fini> calls. More... |
|
Shut down ACE library services. Can be called only once per program invocation. |
|
This class implements the fucntions 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. |