replace uid with official one supplied by Symbian

This commit is contained in:
ehouse 2005-01-05 03:18:48 +00:00
parent 301883acfa
commit 8802805af4
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
TARGET xwords.app TARGET xwords.app
TARGETTYPE app TARGETTYPE app
// Change this UID!!!!! // Change this UID!!!!!
UID 0x100039CE 0x1020680C UID 0x100039CE 0x10206D64
// Comment the next line out for a non-debug build. Isn't this build // Comment the next line out for a non-debug build. Isn't this build
// system advanced? // system advanced?

View file

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