ACE  6.4.0
Namespaces | Functions | Variables
Init_ACE.h File Reference

Namespaces

 ACE
 The namespace containing the ACE framework itself.
 

Functions

int ACE::init (void)
 
int ACE::fini (void)
 

Variables

unsigned int ACE::init_fini_count_ = 0
 

Detailed Description

Initialize and finalize the ACE library services. You can generally execute the ACE::init() and ACE::fini() sequence multiple times, but be aware that nothing that ACE controls (e.g., singletons, thread-specific services, loaded services, etc.) will survive the ACE::fini().