contentstorage/casrv/causifscanner/inc/causifscanner.h
changeset 124 e36b2f4799c0
parent 109 e0aa398e6810
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    26 #include "cainstallnotifier.h"
    26 #include "cainstallnotifier.h"
    27 #include "cammcwatcher.h"
    27 #include "cammcwatcher.h"
    28 
    28 
    29 class CCaStorageProxy;
    29 class CCaStorageProxy;
    30 class CCaInnerEntry;
    30 class CCaInnerEntry;
    31 class CCaInstallNotifier;
       
    32 class CCaMmcWatcher;
    31 class CCaMmcWatcher;
    33 class TPluginParams;
    32 class TPluginParams;
    34 
    33 
    35 namespace Usif
    34 namespace Usif
    36     {
    35     {
    68     /**
    67     /**
    69      * Handle Install/Uninstall Event.
    68      * Handle Install/Uninstall Event.
    70      * @since S60 v5.0
    69      * @since S60 v5.0
    71      * @param aUid installed uid.
    70      * @param aUid installed uid.
    72      */
    71      */
    73     void HandleInstallNotifyL( TInt aUid );
    72     void HandleInstallNotifyL();
    74 
    73 
    75 public:
    74 public:
    76     // From MMmcWatcherCallback.
    75     // From MMmcWatcherCallback.
    77 
    76 
    78     /**
    77     /**
   161     CCaStorageProxy& iStorageProxy;
   160     CCaStorageProxy& iStorageProxy;
   162 
   161 
   163     /**
   162     /**
   164      * Install notifier. Own.
   163      * Install notifier. Own.
   165      */
   164      */
   166     CCaInstallNotifier *iSystemInstallNotifier;
   165     CCaInstallNotifier *iInstallNotifier;
   167 
       
   168     /**
       
   169      * Uninstall notifier. Own.
       
   170      */
       
   171     CCaInstallNotifier *iUsifUninstallNotifier;
       
   172 
       
   173     /**
       
   174      * Install and uninstall notifier. Own.
       
   175      */
       
   176     CCaInstallNotifier *iJavaInstallNotifier;
       
   177 
   166 
   178     /**
   167     /**
   179      * File session. Own
   168      * File session. Own
   180      */
   169      */
   181     RFs iFs;
   170     RFs iFs;