photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
--- a/photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h	Wed Apr 14 15:57:24 2010 +0300
+++ b/photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h	Tue Apr 27 16:37:53 2010 +0300
@@ -52,6 +52,13 @@
       * @param The file server session, must be connected before the call
       */
     IMPORT_C static void GetResourceFilenameL( TFileName& aResFile, RFs& aFs );
+    
+    /** 
+	 * Gets the full name of the UiUtilities resource file.
+	 * @return TFileName  - The resource filename for UiUtilities
+	 */
+	IMPORT_C static TFileName GetUiUtilitiesResourceFilenameL();
+    
     };