#ifndef MDEVENT_H_ #define MDEVENT_H_ #include #include "IoMdVersion.h" #define MDIKNOWWHATIMDOING #if MAJOR_VER == 1 && (MINOR_VER > 5 && MINOR_VER < 8) # include #endif /*MAJOR_VER == 1 && (MINOR_VER > 5 && MINOR_VER < 8)*/ #include "MdCommon/CommonMdEvent.h" #undef MDIKNOWWHATIMDOING #endif /*#ifndef MDEVENT_H_*/