ACE  6.4.0
Macros
Version.h File Reference

Macros

#define ACE_MAJOR_VERSION   6
 
#define ACE_MINOR_VERSION   4
 
#define ACE_MICRO_VERSION   0
 
#define ACE_BETA_VERSION   0
 
#define ACE_VERSION   "6.4.0"
 
#define ACE_VERSION_CODE   394240
 
#define ACE_MAKE_VERSION_CODE(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 

Macro Definition Documentation

#define ACE_BETA_VERSION   0
#define ACE_MAJOR_VERSION   6
#define ACE_MAKE_VERSION_CODE (   a,
  b,
 
)    (((a) << 16) + ((b) << 8) + (c))
#define ACE_MICRO_VERSION   0
#define ACE_MINOR_VERSION   4
#define ACE_VERSION   "6.4.0"
#define ACE_VERSION_CODE   394240