00001 00002 00003 #ifndef TXTVIEWERAPP_H 00004 #define TXTVIEWERAPP_H 00005 00006 // INCLUDES 00007 #include <eikapp.h> // CEikApplication 00008 00009 // CONSTANTS 00010 const TUid KUidTxtViewer ={0xA00058BD}; 00011 00012 00013 // CLASS DECLARATION 00014 00019 class CTxtViewerApplication : public CEikApplication 00020 { 00021 private: 00022 void NewAppServerL( CApaAppServer*& aAppServer ); 00023 CApaDocument* CreateDocumentL(); // abstract in CEikApplication 00024 TUid AppDllUid() const; // abstract in CApaApplication 00025 }; 00026 00027 #endif // TXTVIEWERAPP_H 00028 // End of File