iaupdate/IAD/backgroundchecker/inc/iaupdatebginternalfilehandler.h
changeset 53 ae54820ef82c
parent 0 ba25891c3a9e
child 50 c6e8afe0ba85
equal deleted inserted replaced
52:92f864ef0288 53:ae54820ef82c
    50     
    50     
    51     void SetLastTimeShowNewFeatureDialog( const TTime& aTime );
    51     void SetLastTimeShowNewFeatureDialog( const TTime& aTime );
    52 
    52 
    53     void SetLastTimeShowNewFeatureDialog( TInt64 aTime );
    53     void SetLastTimeShowNewFeatureDialog( TInt64 aTime );
    54 
    54 
    55     //void SetCurrentRefreshTime();
       
    56 
       
    57     TBool UserRejectNewFeatureDialog() const;
    55     TBool UserRejectNewFeatureDialog() const;
    58     
    56     
    59     void SetUserRejectNewFeatureDialog( TBool aUserDecision );
    57     void SetUserRejectNewFeatureDialog( TBool aUserDecision );
    60     
       
    61     TBool ReminderOn();
       
    62     
       
    63     void SetReminder( TBool aOn );
       
    64     
       
    65     TTime NextRemindTime();
       
    66     
       
    67     void SetNextRemindTime( TTime aNextRemindTime );
       
    68     
       
    69     void SetNextRemindTime( TInt64 aNextRemindTime );
       
    70     
    58     
    71     void SetMode( TIAUpdateBGMode aMode );
    59     void SetMode( TIAUpdateBGMode aMode );
    72     
    60     
    73     TIAUpdateBGMode Mode();
    61     TIAUpdateBGMode Mode();
    74     
    62     
   111     // controller data file path
    99     // controller data file path
   112     TFileName iPath;
   100     TFileName iPath;
   113 
   101 
   114     // Time when the content was refreshed.
   102     // Time when the content was refreshed.
   115     TTime iLastTimeShowNewFeatureDialog;
   103     TTime iLastTimeShowNewFeatureDialog;
   116 
       
   117     
   104     
   118     TBool iUserRejectNewFeatureDialog;
   105     TBool iUserRejectNewFeatureDialog;
   119     
       
   120     TTime iNextRemindTime;
       
   121     
       
   122     TBool iIsReminderOn;
       
   123     
   106     
   124     TIAUpdateBGMode iMode;
   107     TIAUpdateBGMode iMode;
   125     
   108     
   126     HBufC* iFwVersion;
   109     HBufC* iFwVersion;
   127       
   110