This file defines Factory Type IDs for the virtual factories in the framework:
// XVT reserves the first 16 factory type id'sIt also defines macros used to easily access the virtual factories in the framework:
const int kApplicationFactoryTypeId = 0;
const int kPlatformFactoryTypeId = 1;
const int kResourceFactoryTypeId = 2;
const int kMenuFactoryTypeId = 3;
const int kViewFactoryTypeId = 4;
const int kWindowFactoryTypeId = 5;
const int kValidatorFactoryTypeId = 6;
const int kUserFactoryTypeIdBase = 16;