diff -r 98b66e4fb0be -r 26b6f0522fd8 iaupdate/IAD/backgroundchecker/inc/iaupdatebgrefreshtimer.h --- a/iaupdate/IAD/backgroundchecker/inc/iaupdatebgrefreshtimer.h Fri Apr 16 15:05:20 2010 +0300 +++ b/iaupdate/IAD/backgroundchecker/inc/iaupdatebgrefreshtimer.h Mon May 03 12:38:03 2010 +0300 @@ -34,7 +34,7 @@ // FORWARD DECLARATIONS class CIAUpdate; class CIAUpdateParameters; -class CAknSoftNotifier; +// class CAknSoftNotifier; class CInternalFileHandler; class CIdleObserver; @@ -150,11 +150,13 @@ TInt SetRetryTimesL( TInt aRetry ); - HBufC* ReadResourceLC( TInt aResourceId ); + // HBufC* ReadResourceLC( TInt aResourceId ); void StartIaupdateL() const; - void LaunchSoftNotificationL( const TInt& aResourceId, const TInt& SK1, const TInt& SK2 ); + // void LaunchSoftNotificationL( const TInt& aResourceId, const TInt& SK1, const TInt& SK2 ); + + void LaunchNotificationL( const int aNrOfUpdates ); TBool IsAutoUpdateDisabledL(); @@ -197,7 +199,7 @@ CIAUpdateBGInternalFileHandler* iInternalFile; TIAUpdateBGMode iMode; CIAUpdateBGSoftNotification* iSoftNotification; - RResourceFile iResourceFile; + // RResourceFile iResourceFile; RFs iFs; };