00001 /* 00002 * Copyright � 2008 Nokia Corporation. 00003 */ 00004 00005 #ifndef DESCRIPTOREXAPP_H 00006 #define DESCRIPTOREXAPP_H 00007 00008 #include <aknapp.h> 00009 00010 // Uid for the application, this should match the one in the mmp file 00011 const TUid KUidDescriptorEx = {0xE01FF1C7}; 00012 00013 class CDescriptorExApp : public CAknApplication 00014 { 00015 private: 00020 CApaDocument* CreateDocumentL(); 00021 TUid AppDllUid() const; 00022 }; 00023 00024 #endif
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.