diff -r d17dc5398051 -r 329d304c1aa1 iaupdate/IAD/backgroundchecker/inc/iaupdatebgrefreshtimer.h --- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebgrefreshtimer.h Fri Jun 11 13:45:18 2010 +0300 +++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebgrefreshtimer.h Thu Jun 24 12:37:54 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -26,7 +26,8 @@ #include #include -#include "iaupdatebgremindertimer.h" + +#include "iaupdatebginternalfilehandler.h" #include "iaupdatebgcontrollerfile.h" #include "iaupdatebgsoftnotification.h" #include "iaupdatebgcheckermode.h" @@ -34,7 +35,6 @@ // FORWARD DECLARATIONS class CIAUpdate; class CIAUpdateParameters; -// class CAknSoftNotifier; class CInternalFileHandler; class CIdleObserver; @@ -49,8 +49,7 @@ class CIAUpdateBGTimer : public CTimer, public MIAUpdateObserver, public MCenRepNotifyHandlerCallback, - public MIAUpdateBGSoftNotificationCallBack, - public MIAUpdateBGReminderTimerCallBack + public MIAUpdateBGSoftNotificationCallBack { public: @@ -121,9 +120,7 @@ TTimeIntervalMinutes TimeIntervalFromNextShowOfNewFeatureDialogL(); TBool IsAgreementAcceptedL(); - - TBool IsAskedAlreadyL(); - + void HandlerFirstTimeL(); TTime GetLastTimeShowNewFeatureDialogL(); @@ -134,14 +131,6 @@ TInt SetUserDecisionL( TBool aDecision ); - TBool ReminderOnL(); - - TInt SetReminderL( TBool aOn ); - - TTime NextRemindTimeL(); - - TInt SetNextRemindTimeL( TTime aTime ); - TIAUpdateBGMode ModeL(); TInt SetModeL( TIAUpdateBGMode aMode ); @@ -150,12 +139,8 @@ TInt SetRetryTimesL( TInt aRetry ); - // HBufC* ReadResourceLC( TInt aResourceId ); - void StartIaupdateL() const; - // void LaunchSoftNotificationL( const TInt& aResourceId, const TInt& SK1, const TInt& SK2 ); - void LaunchNotificationL( const int aNrOfUpdates ); TBool IsAutoUpdateDisabledL(); @@ -170,18 +155,8 @@ void DoSoftNotificationCallBackL( TBool aIsAccepted ); - void DoReminderTimerCallBackL(); - void StartUpdatesCheckingL(); - // HBufC8* LoadFileLC(const TDesC& aFile); - - TInt GetPrivatePathL( TFileName& aPath ); - - TInt SetSessionPrivatePathL( RFs& aFs, const TDesC& aPath ) const; - - void SetPrivateDriveL( RFs& aFs, const TDesC& aFileName ) const; - TBool IAUpdateEnabledL() const; void Shutdown(); @@ -190,7 +165,6 @@ // Data CIAUpdate* iUpdate; CIAUpdateParameters* iParameters; - CIAUpdateBGReminderTimer* iReminderTimer; CRepository* iIAUpdateCRSession; CCenRepNotifyHandler* iNotifyHandler; TInt iRuns; @@ -199,8 +173,6 @@ CIAUpdateBGInternalFileHandler* iInternalFile; TIAUpdateBGMode iMode; CIAUpdateBGSoftNotification* iSoftNotification; - // RResourceFile iResourceFile; - RFs iFs; }; #endif //IAUPDATEBGREFRESHTIMER_H