diff -r 7333d7932ef7 -r 8b7f4e561641 iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h --- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h Tue Aug 31 15:21:33 2010 +0300 +++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h Wed Sep 01 12:22:02 2010 +0100 @@ -52,10 +52,22 @@ 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(); @@ -71,11 +83,7 @@ TInt RetryTimes(); void SetRetryTimes( TInt aRetry ); - - TInt NrOfIndicatorEntries(); - - void SetNrOfIndicatorEntries( TInt aEntries ); - + protected: CIAUpdateBGInternalFileHandler(); @@ -105,9 +113,14 @@ // Time when the content was refreshed. TTime iLastTimeShowNewFeatureDialog; + TBool iUserRejectNewFeatureDialog; + TTime iNextRemindTime; + + TBool iIsReminderOn; + TIAUpdateBGMode iMode; HBufC* iFwVersion; @@ -115,9 +128,7 @@ TInt iSNID; TInt iRetryTimes; - - TInt iNrOfIndicatiorEntries; - + }; #endif // IAUPDATEBGINTERNAL_FILE_HANDLER