From 8802805af49a4bed1d2df11ccc65125dbc498f00 Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 5 Jan 2005 03:18:48 +0000 Subject: [PATCH] replace uid with official one supplied by Symbian --- xwords4/symbian/group/xwords.mmp | 2 +- xwords4/symbian/src/xwapp.cpp | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/xwords4/symbian/group/xwords.mmp b/xwords4/symbian/group/xwords.mmp index 27d23b9b9..948914157 100644 --- a/xwords4/symbian/group/xwords.mmp +++ b/xwords4/symbian/group/xwords.mmp @@ -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? diff --git a/xwords4/symbian/src/xwapp.cpp b/xwords4/symbian/src/xwapp.cpp index fde79ae40..044f9c545 100644 --- a/xwords4/symbian/src/xwapp.cpp +++ b/xwords4/symbian/src/xwapp.cpp @@ -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()