From 1bb9389169930c301f84ce89f5c73294aef23aec Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 18 Jan 2005 15:08:31 +0000 Subject: [PATCH] use constant for UID --- symbian/src/xwapp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symbian/src/xwapp.cpp b/symbian/src/xwapp.cpp index 044f9c545..aa36fe176 100644 --- a/symbian/src/xwapp.cpp +++ b/symbian/src/xwapp.cpp @@ -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()