examples/ForumNokia/SMSExample/GUI/inc/SMSExampleApp.h

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 #ifndef SMSEXAMPLEAPP_H
00006 #define SMSEXAMPLEAPP_H
00007 
00008 // INCLUDES
00009 #include <aknapp.h>
00010 
00011 // CONSTANTS
00012 // UID of the application
00013 const TUid KUidSMSExample = { 0xE01FF1e5 };
00014 
00015 // CLASS DECLARATION
00016 
00022 class CSMSExampleApp : public CAknApplication
00023     {
00024 
00025     public: // Functions from base classes
00026     private:
00027 
00032         CApaDocument* CreateDocumentL();
00033 
00038         TUid AppDllUid() const;
00039     };
00040 
00041 #endif
00042 
00043 // End of File
00044 

Generated by  doxygen 1.6.2