00001 /* 00002 * ============================================================================== 00003 * Name : Coverflowapplication.h 00004 * Part of : Coverflowapp 00005 * Interface : 00006 * Description : 00007 * Version : 00008 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies). 00009 * All rights reserved. 00010 * This component and the accompanying materials are made available 00011 * under the terms of "Eclipse Public License v1.0" 00012 * which accompanies this distribution, and is available 00013 * at the URL "http://www.eclipse.org/legal/epl-v10.html". 00014 * ============================================================================== 00015 */ 00016 00017 #ifndef __COVERFLOWAPPLICATION_H__ 00018 #define __COVERFLOWAPPLICATION_H__ 00019 00020 // INCLUDES 00021 #include <aknapp.h> 00022 00023 // CLASS DECLARATION 00024 00031 class CCoverflowApplication : public CAknApplication 00032 { 00033 public: // Functions from base classes 00034 00039 TUid AppDllUid() const; 00040 00041 protected: // Functions from base classes 00042 00049 CApaDocument* CreateDocumentL(); 00050 00051 virtual TFileName ResourceFileName() const { return KNullDesC(); } 00052 }; 00053 00054 #endif // __COVERFLOWAPPLICATION_H__ 00055 00056 // End of File 00057