00001 /* 00002 * Copyright © 2009 Nokia Corporation. 00003 */ 00004 00005 #ifndef BLUETOOTHPMPEXAMPLEAPP_H 00006 #define BLUETOOTHPMPEXAMPLEAPP_H 00007 00008 // INCLUDES 00009 #include <aknapp.h> 00010 00011 // CONSTANTS 00012 // UID of the application 00013 const TUid KUidBluetoothPMPExample = {0xE01FF1C5}; 00014 00015 // CLASS DECLARATION 00016 00022 class CBluetoothPMPExampleApp : public CAknApplication 00023 { 00024 00025 public: // Functions from base classes 00026 00027 private: 00028 00033 CApaDocument* CreateDocumentL(); 00034 00039 TUid AppDllUid() const; 00040 }; 00041 00042 #endif 00043 00044 // End of File 00045