use constant for UID

This commit is contained in:
ehouse 2005-01-18 15:08:31 +00:00
parent 5e25ea1140
commit 5836e2fbe8

View file

@ -21,11 +21,12 @@
#include "xwdoc.h"
#include "xwapp.h"
#include "xwords.hrh"
// UID for the application, this should correspond to the uid defined in the
// mmp file. (This is an official number from Symbian. I've been allocated a
// block of 10 of which this is the first.)
static const TUid KUidXWordsApp = {0x10206D64};
static const TUid KUidXWordsApp = {XW_UID3};
CApaDocument*
CXWordsApplication::CreateDocumentL()