00001 #ifndef __CHM_DATA_TYPES_H__ 00002 #define __CHM_DATA_TYPES_H__ 00003 00004 #define __CHM_STRING_TYPE 0x0 00005 #define __CHM_INTEGER_TYPE 0x1 00006 #define __CHM_DOUBLE_TYPE 0x2 00007 #define __CHM_COMPOSITE_TYPE 0x3 00008 #define __CHM_DATE_TIME_TYPE 0x4 00009 #define __CHM_ENUMERATION_TYPE 0x5 00010 00011 #endif // end of defensive include