ACE  6.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions | Variables
Init_ACE.h File Reference

Namespaces

namespace  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

Id:
Init_ACE.h 88794 2010-02-01 19:15:36Z schmidt

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().