iaupdate/IAD/ui/inc/iaupdate.hrh
changeset 42 d17dc5398051
parent 24 84a16765cd86
child 66 8b7f4e561641
equal deleted inserted replaced
37:6e7b00453237 42:d17dc5398051
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:    
    14 * Description:    
    15 *
    15 *
    16 */
    16 */
       
    17 #ifndef __IAUPDATE_HRH__
       
    18 #define __IAUPDATE_HRH__
    17 
    19 
    18 
    20 
    19 
    21 
    20 #ifndef __IAUPDATE_HRH__
       
    21 #define __IAUPDATE_HRH__
       
    22 
    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     
       
    39 
    23 
    40 /** IAUpdate views */
       
    41 enum TIAUpdateViewId 
       
    42     {
       
    43     EIAUpdateMainViewId = 0,
       
    44     EIAUpdateHistoryViewId
       
    45     };
       
    46 
    24 
    47 enum TIAUpdateSettingDialog 
    25 enum TIAUpdateSettingDialog 
    48     {
    26     {
    49     EIAUpdateSettingDialogList = 1
    27     EIAUpdateSettingDialogList = 1
    50     };
    28     };