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

00001 /*
00002  * Copyright © 2008 Nokia Corporation.
00003  */
00004 
00005 #ifndef SMSEXAMPLEDOCUMENT_H
00006 #define SMSEXAMPLEDOCUMENT_H
00007 
00008 // INCLUDES
00009 #include <akndoc.h>
00010    
00011 // CONSTANTS
00012 
00013 // FORWARD DECLARATIONS
00014 class  CEikAppUi;
00015 
00016 // CLASS DECLARATION
00017 
00021 class CSMSExampleDocument : public CAknDocument
00022     {
00023     public: // Constructors and destructor
00027         static CSMSExampleDocument* NewL(CEikApplication& aApp);
00028 
00032         virtual ~CSMSExampleDocument();
00033 
00034     public: // New functions
00035 
00036     public: // Functions from base classes
00037     protected:  // New functions
00038 
00039     protected:  // Functions from base classes
00040 
00041     private:
00042 
00046         CSMSExampleDocument(CEikApplication& aApp);
00047         void ConstructL();
00048 
00049     private:
00050 
00054         CEikAppUi* CreateAppUiL();
00055     };
00056 
00057 #endif
00058 
00059 // End of File
00060 

Generated by  doxygen 1.6.2