examples/ForumNokia/CalendarExample/inc/CalendarAPIexampleDocument.h

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 
00006 #ifndef CALENDARAPIEXAMPLEDOCUMENT_H
00007 #define CALENDARAPIEXAMPLEDOCUMENT_H
00008 
00009 // INCLUDE FILES
00010 #include <akndoc.h>   //CAknDocument
00011 
00012 // FORWARD DECLARATIONS
00013 class  CEikAppUi;
00014 class  CCalendarAPIexampleEngine;
00015     
00016 // CLASS DECLARATION
00017 
00021 class CCalendarAPIexampleDocument : public CAknDocument
00022     {
00023 public: // Constructors and destructor
00027     static CCalendarAPIexampleDocument* NewL(CEikApplication& aApp);
00028 
00032     virtual ~CCalendarAPIexampleDocument();
00033 
00034 public: // New functions
00035 
00036 
00037 private:
00038 
00042     CCalendarAPIexampleDocument(CEikApplication& aApp);
00043     void ConstructL();
00044 
00048     CEikAppUi* CreateAppUiL();
00049 
00050 private: // data members   
00051 
00052     };
00053 
00054 
00055 
00056 #endif
00057 
00058 // End of File
00059 

Generated by  doxygen 1.6.2