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