clock/inc/clockcommon.h
changeset 32 ea672fcb0ea0
parent 26 a949c2543c15
equal deleted inserted replaced
26:a949c2543c15 32:ea672fcb0ea0
    25 const QString CITY_INFO_DB ("cityInfo.dat");
    25 const QString CITY_INFO_DB ("cityInfo.dat");
    26 const QString CLOCK_DEBUG_FILE("debug.txt");
    26 const QString CLOCK_DEBUG_FILE("debug.txt");
    27 const QString PATH_TEXT("C:/");
    27 const QString PATH_TEXT("C:/");
    28 const int KMaximumCityListCount(50);
    28 const int KMaximumCityListCount(50);
    29 
    29 
    30 const long int KCRUidNitz =  { 0x101F8876 };
       
    31 /** Active Protocol key */
       
    32 const long int KActiveProtocol = 0x00000001;
       
    33 /** Previous alarm time high */
       
    34 const long int KPreviousAlarmTime = 0x00000002;
       
    35 
       
    36 const long int KCRUidClockApp =  { 0x101F874D };
       
    37 /** Alarm snooze time key */
       
    38 const long int KClockAppSnoozeTime = 0x00000002;
       
    39 
       
    40 // Common definitions for docml.
    30 // Common definitions for docml.
    41 #define CLOCK_MAIN_VIEW_DOCML						":/xml/clockmainview.docml"
    31 #define CLOCK_MAIN_VIEW_DOCML						":/xml/clockmainview.docml"
    42 #define CLOCK_MAIN_VIEW_PORTRAIT_SECTION			"portrait"
    32 #define CLOCK_MAIN_VIEW_PORTRAIT_SECTION			"portrait"
    43 #define CLOCK_MAIN_VIEW_LANDSCAPE_SECTION			"landscape"
    33 #define CLOCK_MAIN_VIEW_LANDSCAPE_SECTION			"landscape"
    44 #define CLOCK_MAIN_VIEW								"clockMainView"
    34 #define CLOCK_MAIN_VIEW								"clockMainView"