/* TimeMessages.h */ #ifndef TIME_MESSAGES_H #define TIME_MESSAGES_H #define HAIKU_APP_SIGNATURE "application/x-vnd.Haiku-TIME" const uint32 ERROR_DETECTED = 'ERor'; //Timezone messages const uint32 H_REGION_CHANGED = 'h_RC'; const uint32 H_CITY_CHANGED = 'h_CC'; const uint32 H_CITY_SET = 'h_CS'; //SetButton const uint32 H_SET_TIME_ZONE = 'hSTZ'; //local and GMT settings const uint32 RTC_SETTINGS = 'RTse'; // clock tick message const uint32 H_TIME_UPDATE ='obTU'; // clicked on day in claendar const uint32 H_DAY_CHANGED = 'obDC'; //notice for clock ticks const uint32 H_TM_CHANGED = 'obTC'; //notice for user changes const uint32 H_USER_CHANGE = 'obUC'; // local/gmt radiobuttons const uint32 H_RTC_CHANGE = 'obRC'; #endif //TIME_MESSAGES_H