appinstaller/AppinstUi/Daemon/Inc/daemonbehaviour.h
changeset 25 98b66e4fb0be
parent 0 ba25891c3a9e
child 29 26b6f0522fd8
--- a/appinstaller/AppinstUi/Daemon/Inc/daemonbehaviour.h	Fri Mar 19 09:33:35 2010 +0200
+++ b/appinstaller/AppinstUi/Daemon/Inc/daemonbehaviour.h	Fri Apr 16 15:05:20 2010 +0300
@@ -116,6 +116,14 @@
      @param aDirectory The directory to search for PreInstalled Files   
      */
     void ProcessPreinstalledFilesL(TInt aDrive, const TDesC& aDirectory);
+    
+    /**
+     * Update component status to SCR and AppArc.
+     *
+     * @param aChangeType Defines if drive is mounted or unmounted.
+     * @param aDrive Drive which is mounted or unmounted.
+     */    
+    void UpdateComponentStatusL( TChangeType aChangeType, TInt aDrive );
 
           
 private: