examples/ForumNokia/Symbian_OS_Basics_Lab_Exercises_v3_1/Lab_04308.cb1/solution/inc/S60ClientServLabDocument.h

00001 // Copyright (c) 2006 Nokia Corporation.
00002 
00003 #ifndef S60CLIENTSERVLABDOCUMENT_H
00004 #define S60CLIENTSERVLABDOCUMENT_H
00005 
00006 // INCLUDES
00007 #include <akndoc.h>
00008    
00009 // CONSTANTS
00010 
00011 // FORWARD DECLARATIONS
00012 class  CEikAppUi;
00013 
00014 // CLASS DECLARATION
00015 
00019 class CS60ClientServLabDocument : public CAknDocument
00020     {
00021     public: // Constructors and destructor
00025         static CS60ClientServLabDocument* NewL(CEikApplication& aApp);
00026 
00030         virtual ~CS60ClientServLabDocument();
00031 
00032     public: // New functions
00033 
00034     protected:  // New functions
00035 
00036     protected:  // Functions from base classes
00037 
00038     private:
00039 
00043         CS60ClientServLabDocument(CEikApplication& aApp);
00044         void ConstructL();
00045 
00046     private:
00047 
00051         CEikAppUi* CreateAppUiL();
00052     };
00053 
00054 #endif
00055 
00056 // End of File
00057 

Generated by  doxygen 1.6.2