* Copyright 2002-2010, Haiku. All rights reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Andrew McCall, mccall@digitalparadise.co.uk
* Mike Berg <mike@berg-net.us>
* Julun <host.haiku@gmx.de>
* Philippe Saint-Pierre <stpere@gmail.com>
*/
#ifndef _TIME_MESSAGES_H
#define _TIME_MESSAGES_H
const uint32 H_CITY_CHANGED = 'h_CC';
const uint32 H_CITY_SET = 'h_CS';
const uint32 H_SET_TIME_ZONE = 'hSTZ';
const uint32 RTC_SETTINGS = 'RTse';
const uint32 H_TIME_UPDATE ='obTU';
const uint32 H_TM_CHANGED = 'obTC';
const uint32 H_USER_CHANGE = 'obUC';
const uint32 kRTCUpdate = '_rtc';
const uint32 kWeekStart = '_kws';
const uint32 kDayChanged = '_kdc';
const uint32 kMsgRevert = 'rvrt';
const uint32 kMsgChange = 'chng';
const uint32 kChangeTimeFinished = 'tcfi';
const uint32 kShowHideTime = 'ShTm';
const uint32 kShowSeconds = 'SwSc';
const uint32 kShowDayOfWeek = 'SwDw';
const uint32 kShowTimeZone = 'SwTz';
const uint32 kGetClockSettings = 'GCkS';
const uint32 kSelectClockTab = 'SlCk';
#endif