iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h
changeset 53 ae54820ef82c
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
--- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h	Wed Jun 23 18:20:02 2010 +0300
+++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h	Tue Jul 06 14:23:31 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();
@@ -113,14 +101,9 @@
 
     // Time when the content was refreshed.
     TTime iLastTimeShowNewFeatureDialog;
-
     
     TBool iUserRejectNewFeatureDialog;
     
-    TTime iNextRemindTime;
-    
-    TBool iIsReminderOn;
-    
     TIAUpdateBGMode iMode;
     
     HBufC* iFwVersion;