00001
00002
00003
00004
00005 #ifndef BLUETOOTHPMPEXAMPLEDOCUMENT_H
00006 #define BLUETOOTHPMPEXAMPLEDOCUMENT_H
00007
00008
00009 #include <akndoc.h>
00010
00011
00012
00013
00014 class CEikAppUi;
00015
00016
00017
00021 class CBluetoothPMPExampleDocument : public CAknDocument
00022 {
00023 public:
00027 static CBluetoothPMPExampleDocument* NewL(CEikApplication& aApp);
00028
00032 virtual ~CBluetoothPMPExampleDocument();
00033
00034 public:
00035
00036 protected:
00037
00038 protected:
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
00060