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
TARGETTYPE app
// Change this UID!!!!!
UID 0x100039CE 0x1020680C
UID 0x100039CE 0x10206D64
// Comment the next line out for a non-debug build. Isn't this build
// system advanced?

View file

@ -22,9 +22,10 @@
#include "xwdoc.h"
#include "xwapp.h"
// UID for the application, this should correspond to the uid defined
// in the mmp file. PENDING get an official one from Symbian.
static const TUid KUidXWordsApp = {0x1020680c};
// 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};
CApaDocument*
CXWordsApplication::CreateDocumentL()