examples/Graphics/coverflow/inc/coverflowapplication.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : Coverflowapplication.h
00004 *  Part of     : Coverflowapp
00005 *  Interface   : 
00006 *  Description : 
00007 *  Version     : 
00008 *
00009 *  Copyright (c) 2005-2006 Nokia Corporation.
00010 *  This material, including documentation and any related 
00011 *  computer programs, is protected by copyright controlled by 
00012 *  Nokia Corporation.
00013 * ==============================================================================
00014 */
00015 
00016 #ifndef __COVERFLOWAPPLICATION_H__
00017 #define __COVERFLOWAPPLICATION_H__
00018 
00019 // INCLUDES
00020 #include <aknapp.h>
00021 
00022 // CLASS DECLARATION
00023 
00030 class CCoverflowApplication : public CAknApplication
00031     {
00032     public: // Functions from base classes
00033 
00038         TUid AppDllUid() const;
00039 
00040     protected: // Functions from base classes
00041 
00048         CApaDocument* CreateDocumentL();
00049 
00050         virtual TFileName ResourceFileName() const { return KNullDesC(); }
00051     };
00052 
00053 #endif // __COVERFLOWAPPLICATION_H__
00054 
00055 // End of File
00056 

Generated by  doxygen 1.6.2