diff -r 9e077f9a342c -r 2c7f27287390 homescreenpluginsrv/hspsmanager/inc/hspsrominstaller.h --- a/homescreenpluginsrv/hspsmanager/inc/hspsrominstaller.h Mon Jun 21 16:00:38 2010 +0300 +++ b/homescreenpluginsrv/hspsmanager/inc/hspsrominstaller.h Thu Jul 15 18:59:18 2010 +0300 @@ -151,15 +151,26 @@ void ConstructL(); /** - * Retrieves manifest files from all internal drives in - * \\private\200159C0\install\ paths. - * @since S60 5.0 + * Retrieves manifest files from all internal drives under the + * \\private\200159C0\install\ path. + * @since S60 5.2 * @param aFileArray An array of file names */ - void FindInstallationFilesL( - RPointerArray& aFileArray ); + void FindInstallFilesL( + RPointerArray& aFileArray ); + void DoFindInstallFilesL( + RPointerArray& aFileArray, + const TDesC& aPath ); - void DoFindInstallationFilesL( + /** + * Retrieves manifest files from all internal drives under the + * \\private\200159C0\import\ path. + * @since S60 5.2 + * @param aFileArray An array of file names + */ + void FindImportFilesL( + RPointerArray& aFileArray ); + void DoFindImportFilesL( RPointerArray& aFileArray, const TDesC& aPath );