homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h
branchRCL_3
changeset 78 1b207dd38b72
parent 74 edd621764147
child 82 ace62b58f4b2
--- a/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h	Tue May 11 16:30:05 2010 +0300
+++ b/homescreenpluginsrv/hspsmanager/inc/hspsserverutil.h	Tue May 25 13:01:39 2010 +0300
@@ -534,6 +534,8 @@
 	     * @param aFs is a reference to open file server session handle
 	     * @param aPath is path of the file
 	     * @param aFilename is name and extension of the file
+	     * @param aFindFromUdaEmmcDrives is true if files should be searched from 
+	     *                               the UDA/eMMC drives 
 	     * @param aDrivePathName Full path with a drive letter to the 
          *                       resource file (output)
 	     */
@@ -541,6 +543,7 @@
 	             RFs& aFs,
 	             const TDesC& aPath,
 	             const TDesC& aFilename,         
+	             const TBool aFindFromUdaEmmcDrives,
 	             TFileName& aDrivePathName );
 
       /**