iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h
branchRCL_3
changeset 65 7333d7932ef7
parent 0 ba25891c3a9e
child 66 8b7f4e561641
--- 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