photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h
branchRCL_3
changeset 25 191387a8b767
parent 0 4e91876724a2
equal deleted inserted replaced
22:2dac0fdba72b 25:191387a8b767
    50       * file name.
    50       * file name.
    51       * @param The resource filename to search
    51       * @param The resource filename to search
    52       * @param The file server session, must be connected before the call
    52       * @param The file server session, must be connected before the call
    53       */
    53       */
    54     IMPORT_C static void GetResourceFilenameL( TFileName& aResFile, RFs& aFs );
    54     IMPORT_C static void GetResourceFilenameL( TFileName& aResFile, RFs& aFs );
       
    55     
       
    56     /** 
       
    57 	 * Gets the full name of the UiUtilities resource file.
       
    58 	 * @return TFileName  - The resource filename for UiUtilities
       
    59 	 */
       
    60 	IMPORT_C static TFileName GetUiUtilitiesResourceFilenameL();
       
    61     
    55     };
    62     };
    56     
    63     
    57 
    64 
    58 #endif // __C_GLXRESOURCELOADER_H__
    65 #endif // __C_GLXRESOURCELOADER_H__
    59 
    66