#ifndef __MYAPP_HRH__ #define __MYAPP_HRH__ /** MyApp enumerate command codes */ enum TMyAppIds { EMyAppCommand1 = 1 // start value must not be 0 }; #endif // __MYAPP_HRH__