diff -r 2dac0fdba72b -r 191387a8b767 photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h --- 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(); + };