iaupdate/IAD/ui/inc/iaupdate.hrh
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:    
    14 * Description:    
    15 *
    15 *
    16 */
    16 */
       
    17 
       
    18 
       
    19 
    17 #ifndef __IAUPDATE_HRH__
    20 #ifndef __IAUPDATE_HRH__
    18 #define __IAUPDATE_HRH__
    21 #define __IAUPDATE_HRH__
    19 
    22 
       
    23 /** iaupdate enumerate command codes */
       
    24 enum TIAUpdateCommandId
       
    25     {
       
    26     EIAUpdateCmdDummy = 0x6000,
       
    27     EIAUpdateCmdStartUpdate,
       
    28     EIAUpdateCmdUpdateWithPC,
       
    29     EIAUpdateCmdUpdateDetails,
       
    30     EIAUpdateCmdMarkedUpdateDetails,
       
    31     EIAUpdateCmdUpdateHistory,
       
    32     EIAUpdateCmdSettings,
       
    33     EIAUpdateCmdDisclaimer,
       
    34     EIAUpdateCmdHistoryViewExit,
       
    35     EIAUpdateSoftkeyNow,
       
    36     EIAUpdateSoftkeyLater
       
    37     };
       
    38     
    20 
    39 
    21 
    40 /** IAUpdate views */
    22 
    41 enum TIAUpdateViewId 
    23 
    42     {
       
    43     EIAUpdateMainViewId = 0,
       
    44     EIAUpdateHistoryViewId
       
    45     };
    24 
    46 
    25 enum TIAUpdateSettingDialog 
    47 enum TIAUpdateSettingDialog 
    26     {
    48     {
    27     EIAUpdateSettingDialogList = 1
    49     EIAUpdateSettingDialogList = 1
    28     };
    50     };