javauis/m2g_qt/src/CSynchronization.cpp
changeset 87 1627c337e51e
parent 56 abc41079b313
equal deleted inserted replaced
80:d6dafc5d983f 87:1627c337e51e
     1 /*
     1 /*
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    31 
    31 
    32 #include <pls.h>
    32 #include <pls.h>
    33 M2gGlobals* getM2gGlobals()
    33 M2gGlobals* getM2gGlobals()
    34 {
    34 {
    35     // Access the PLS of this process.
    35     // Access the PLS of this process.
    36     //Todo have to check Uid for process. 
    36     return Pls<M2gGlobals>(TUid::Uid(0x2002DCBD));
    37     return Pls<M2gGlobals>(TUid::Uid(0x200211E2));
       
    38 }
    37 }
    39 
    38 
    40 #else
    39 #else
    41 
    40 
    42 static M2gGlobals* sGlobals = 0;
    41 static M2gGlobals* sGlobals = 0;