diff -r 5cc91383ab1e -r 7333d7932ef7 iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h --- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h Thu Aug 19 10:02:49 2010 +0300 +++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h Tue Aug 31 15:21:33 2010 +0300 @@ -52,22 +52,10 @@ void SetLastTimeShowNewFeatureDialog( TInt64 aTime ); - //void SetCurrentRefreshTime(); - TBool UserRejectNewFeatureDialog() const; void SetUserRejectNewFeatureDialog( TBool aUserDecision ); - TBool ReminderOn(); - - void SetReminder( TBool aOn ); - - TTime NextRemindTime(); - - void SetNextRemindTime( TTime aNextRemindTime ); - - void SetNextRemindTime( TInt64 aNextRemindTime ); - void SetMode( TIAUpdateBGMode aMode ); TIAUpdateBGMode Mode(); @@ -83,7 +71,11 @@ TInt RetryTimes(); void SetRetryTimes( TInt aRetry ); - + + TInt NrOfIndicatorEntries(); + + void SetNrOfIndicatorEntries( TInt aEntries ); + protected: CIAUpdateBGInternalFileHandler(); @@ -113,14 +105,9 @@ // Time when the content was refreshed. TTime iLastTimeShowNewFeatureDialog; - TBool iUserRejectNewFeatureDialog; - TTime iNextRemindTime; - - TBool iIsReminderOn; - TIAUpdateBGMode iMode; HBufC* iFwVersion; @@ -128,7 +115,9 @@ TInt iSNID; TInt iRetryTimes; - + + TInt iNrOfIndicatiorEntries; + }; #endif // IAUPDATEBGINTERNAL_FILE_HANDLER