equal
deleted
inserted
replaced
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; |