diff -r 0b3699f6c654 -r e36b2f4799c0 contentstorage/casrv/causifscanner/inc/causifscanner.h --- a/contentstorage/casrv/causifscanner/inc/causifscanner.h Fri Sep 17 08:32:18 2010 +0300 +++ b/contentstorage/casrv/causifscanner/inc/causifscanner.h Mon Oct 04 00:38:31 2010 +0300 @@ -28,7 +28,6 @@ class CCaStorageProxy; class CCaInnerEntry; -class CCaInstallNotifier; class CCaMmcWatcher; class TPluginParams; @@ -70,7 +69,7 @@ * @since S60 v5.0 * @param aUid installed uid. */ - void HandleInstallNotifyL( TInt aUid ); + void HandleInstallNotifyL(); public: // From MMmcWatcherCallback. @@ -163,17 +162,7 @@ /** * Install notifier. Own. */ - CCaInstallNotifier *iSystemInstallNotifier; - - /** - * Uninstall notifier. Own. - */ - CCaInstallNotifier *iUsifUninstallNotifier; - - /** - * Install and uninstall notifier. Own. - */ - CCaInstallNotifier *iJavaInstallNotifier; + CCaInstallNotifier *iInstallNotifier; /** * File session. Own