iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h
changeset 60 245df5276b97
parent 53 ae54820ef82c
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
    69     void SetSoftNotificationID( TInt aID );
    69     void SetSoftNotificationID( TInt aID );
    70     
    70     
    71     TInt RetryTimes();
    71     TInt RetryTimes();
    72     
    72     
    73     void SetRetryTimes( TInt aRetry );
    73     void SetRetryTimes( TInt aRetry );
    74 
    74     
       
    75     TInt NrOfIndicatorEntries();
       
    76     
       
    77     void  SetNrOfIndicatorEntries( TInt aEntries );
       
    78     
    75 protected:
    79 protected:
    76 
    80 
    77     CIAUpdateBGInternalFileHandler();
    81     CIAUpdateBGInternalFileHandler();
    78     
    82     
    79     void ConstructL();
    83     void ConstructL();
   109     HBufC* iFwVersion;
   113     HBufC* iFwVersion;
   110       
   114       
   111     TInt iSNID;
   115     TInt iSNID;
   112     
   116     
   113     TInt iRetryTimes;
   117     TInt iRetryTimes;
   114      
   118     
       
   119     TInt iNrOfIndicatiorEntries;
       
   120     
   115     };
   121     };
   116         
   122         
   117 #endif // IAUPDATEBGINTERNAL_FILE_HANDLER
   123 #endif // IAUPDATEBGINTERNAL_FILE_HANDLER
   118 
   124