appinstaller/AppinstUi/Daemon/Inc/daemonbehaviour.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 29 26b6f0522fd8
equal deleted inserted replaced
24:84a16765cd86 25:98b66e4fb0be
   114      * Processes any pre-installed files in the given directory on the drive.
   114      * Processes any pre-installed files in the given directory on the drive.
   115      @param aDrive The drive to check for pre-installed SISX files.
   115      @param aDrive The drive to check for pre-installed SISX files.
   116      @param aDirectory The directory to search for PreInstalled Files   
   116      @param aDirectory The directory to search for PreInstalled Files   
   117      */
   117      */
   118     void ProcessPreinstalledFilesL(TInt aDrive, const TDesC& aDirectory);
   118     void ProcessPreinstalledFilesL(TInt aDrive, const TDesC& aDirectory);
       
   119     
       
   120     /**
       
   121      * Update component status to SCR and AppArc.
       
   122      *
       
   123      * @param aChangeType Defines if drive is mounted or unmounted.
       
   124      * @param aDrive Drive which is mounted or unmounted.
       
   125      */    
       
   126     void UpdateComponentStatusL( TChangeType aChangeType, TInt aDrive );
   119 
   127 
   120           
   128           
   121 private:
   129 private:
   122     
   130     
   123     RFs iFs;        
   131     RFs iFs;