diff -r 7d48bed6ce0c -r 987c9837762f phonesrv_plat/phone_settings_api/inc/PSetRefreshHandler.h --- a/phonesrv_plat/phone_settings_api/inc/PSetRefreshHandler.h Tue Aug 31 15:45:17 2010 +0300 +++ b/phonesrv_plat/phone_settings_api/inc/PSetRefreshHandler.h Wed Sep 01 12:15:03 2010 +0100 @@ -22,8 +22,8 @@ // INCLUDES -#include -#include +#include +#include // DATA TYPES @@ -55,25 +55,25 @@ public: // New functions /** - * Start the waiting for refresh events. + * Start the waiting for refresh events. * * @param aObserver The observer to handle refresh events. * @param aObservedFile The file change to be observed. * @param aObservedRefreshType The refresh type(s) to be observed. - */ - virtual void NotifyFileChangeL( + */ + virtual void NotifyFileChangeL( MSSSettingsRefreshObserver& aObserver, TSatElementaryFiles aObservedFile, TSatRefreshType aObservedRefreshType ) = 0; - /** - * Cancel the notification started in NotifyFileChangeL. + /** + * Cancel the notification started in NotifyFileChangeL. * * @param aObserver The observer whose notify to be canceled. * @param aObservedFile The file change to be canceled. * @param aObservedRefreshType The refresh type to be canceled. - */ - virtual void CancelNotify() = 0; + */ + virtual void CancelNotify() = 0; /** * Get the changed CSP information after Refresh.