00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef __COVERFLOWAPPLICATION_H__
00017 #define __COVERFLOWAPPLICATION_H__
00018
00019
00020 #include <aknapp.h>
00021
00022
00023
00030 class CCoverflowApplication : public CAknApplication
00031 {
00032 public:
00033
00038 TUid AppDllUid() const;
00039
00040 protected:
00041
00048 CApaDocument* CreateDocumentL();
00049
00050 virtual TFileName ResourceFileName() const { return KNullDesC(); }
00051 };
00052
00053 #endif // __COVERFLOWAPPLICATION_H__
00054
00055
00056