appinstaller/AppinstUi/Daemon/Inc/daemonbehaviour.h
changeset 29 26b6f0522fd8
parent 25 98b66e4fb0be
child 42 d17dc5398051
equal deleted inserted replaced
25:98b66e4fb0be 29:26b6f0522fd8
   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     
   119     
   120     /**
   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 );
   121     void UpdateComponentStatusL( TChangeType aChangeType, TInt aDrive );
   127 
   122 
   128           
   123           
   129 private:
   124 private:
   130     
   125