photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h
branchRCL_3
changeset 30 a60acebbbd9d
parent 25 191387a8b767
child 32 78ad99c24f08
--- a/photosgallery/viewframework/views/metadatadialog/inc/glxresourceutilities.h	Tue Apr 27 16:37:53 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-/*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description:    Metadata dialog implementation
-*
-*/
-
-
-
-
-
-#ifndef __C_GLXRESOURCELOADER_H__
-#define __C_GLXRESOURCELOADER_H__
-
-#include <e32def.h>
-#include <e32cmn.h> // for TFileName
-#include <e32base.h>
-#include <f32file.h> // Rfs
-
-/**
- * Class with a single static method which 
- * finds the resource file on either the c or z drive
- * class CGlxResourceUtil
- * @author Loughlin Spollen 
- */
-NONSHARABLE_CLASS( CGlxResourceUtilities ) : CBase
-    {
-public:
-
-    /** 
-      * Retrieve the full resource file name and path for a give resource 
-      * file name.
-      * Note! this version connects a RFs session
-      * @param The resource filename to search
-      */
-    IMPORT_C static void GetResourceFilenameL( TFileName& aResFile );
-
-    /** 
-      * Retrieve the full resource file name and path for a give resource 
-      * file name.
-      * @param The resource filename to search
-      * @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();
-    
-    };
-    
-
-#endif // __C_GLXRESOURCELOADER_H__
-