diff -r 4bc7b118b3df -r 397d00875918 contentstorage/casrv/causifscanner/inc/causifscanner.h --- a/contentstorage/casrv/causifscanner/inc/causifscanner.h Fri May 14 16:10:06 2010 +0300 +++ b/contentstorage/casrv/causifscanner/inc/causifscanner.h Thu May 27 13:11:12 2010 +0300 @@ -19,7 +19,6 @@ #define CAUSIFSCANNER_H #include -#include #include #include @@ -29,6 +28,14 @@ class CCaStorageProxy; class CCaInnerEntry; +class CCaInstallNotifier; +class CCaMmcWatcher; +class TPluginParams; + +namespace Usif + { + class CComponentEntry; + } using namespace Usif; @@ -55,14 +62,8 @@ */ ~CCaUsifScanner(); - /** - * Installs application. - * @param aFileName File name to be installed. - */ - // void InstallL( const TDesC& aFileName ); - public: - // from MCaInstallListener + // From MCaInstallListener. /** * Handle Install/Uninstall Event. @@ -71,6 +72,9 @@ */ void HandleInstallNotifyL( TInt aUid ); +public: + // From MMmcWatcherCallback. + /** * MmcChangeL is called when the MMC is removed or inserted. */ @@ -90,17 +94,6 @@ void ConstructL(); /** - * Copy constructor. - */ - CCaUsifScanner( const CCaUsifScanner & ); - - /** - * Operator "=". Assigns new object. - * - */ - CCaUsifScanner& operator =( const CCaUsifScanner & ); - - /** * Creates AppLib's entry from Usif's entry * @param aEntry Usif entry obtained from Sif database. * @param aCaEntry AppLib entry to be filled from Usif entry. @@ -136,7 +129,7 @@ * @param aEntry Entry data to be checked if exists. * @retval Returns array index if exists, otherwise KErrNotFound. */ - TInt PackageExistL( RPointerArray& aArray, + TInt PackageExists( RPointerArray& aArray, const CComponentEntry* aEntry ); /**