javauis/m2g_qt/src/CSynchronization.cpp
changeset 87 1627c337e51e
parent 56 abc41079b313
--- a/javauis/m2g_qt/src/CSynchronization.cpp	Fri Oct 15 12:29:39 2010 +0300
+++ b/javauis/m2g_qt/src/CSynchronization.cpp	Fri Oct 29 11:49:32 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -33,8 +33,7 @@
 M2gGlobals* getM2gGlobals()
 {
     // Access the PLS of this process.
-    //Todo have to check Uid for process. 
-    return Pls<M2gGlobals>(TUid::Uid(0x200211E2));
+    return Pls<M2gGlobals>(TUid::Uid(0x2002DCBD));
 }
 
 #else