ACE  6.5.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
Version.h File Reference

Macros

#define ACE_MAJOR_VERSION   6
#define ACE_MINOR_VERSION   5
#define ACE_MICRO_VERSION   8
#define ACE_BETA_VERSION   8
#define ACE_VERSION   "6.5.8"
#define ACE_VERSION_CODE   394504
#define ACE_MAKE_VERSION_CODE(a, b, c)   (((a) << 16) + ((b) << 8) + (c))

Macro Definition Documentation

#define ACE_BETA_VERSION   8
#define ACE_MAJOR_VERSION   6
#define ACE_MAKE_VERSION_CODE (   a,
  b,
 
)    (((a) << 16) + ((b) << 8) + (c))
#define ACE_MICRO_VERSION   8
#define ACE_MINOR_VERSION   5
#define ACE_VERSION   "6.5.8"
#define ACE_VERSION_CODE   394504