examples/ForumNokia/BluetoothPMPExample/inc/BluetoothPMPExampleDocument.h

00001 /*
00002  * Copyright © 2009 Nokia Corporation.
00003  */
00004 
00005 #ifndef BLUETOOTHPMPEXAMPLEDOCUMENT_H
00006 #define BLUETOOTHPMPEXAMPLEDOCUMENT_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 CBluetoothPMPExampleDocument : public CAknDocument
00022     {
00023     public: // Constructors and destructor
00027         static CBluetoothPMPExampleDocument* NewL(CEikApplication& aApp);
00028 
00032         virtual ~CBluetoothPMPExampleDocument();
00033 
00034     public: // New functions
00035 
00036     protected:  // New functions
00037 
00038     protected:  // Functions from base classes
00039 
00040     private:
00041 
00045         CBluetoothPMPExampleDocument(CEikApplication& aApp);
00046 
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