examples/ForumNokia/DescriptorExample/inc/DescriptorExApp.h

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

Generated by  doxygen 1.6.2