2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
20 #ifndef CONERESLOADER_H
21 #define CONERESLOADER_H
27 NONSHARABLE_CLASS(RConeResourceLoader)
30 @see RCoeResourceLoader
31 @note For compatibility with S60 only
35 IMPORT_C RConeResourceLoader(CCoeEnv& aCoeEnv);
36 IMPORT_C TInt Open(TFileName& aFileName);
37 IMPORT_C void OpenL(TFileName& aFileName);
38 IMPORT_C void Close();
40 // Dummy members to make this the same size as a RCoeResourceLoader so
41 // in-place construction of the RCoeResourceLoader will work
42 void* iDummy1; // was CCoeEnv&
43 TInt iDummy2; // was TInt
46 #endif // CONERESLOADER_H