networkcontrol/ipupsplugins/dialogcreator/source/ipupsconst.cpp
branchRCL_3
changeset 5 1422c6cd3f0c
parent 1 a579325b79dd
child 6 e7dfaa7b0b8d
child 10 c64cefac6e99
equal deleted inserted replaced
1:a579325b79dd 5:1422c6cd3f0c
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // This file provides the definition of the patchable constants
       
    15 // used in debugging. 
       
    16 // @internalAll
       
    17 // @prototype
       
    18 // 
       
    19 //
       
    20 
       
    21 #include <e32def.h>
       
    22 
       
    23 /** @SYMPatchable Disable UPS IP functionality
       
    24 */
       
    25 EXPORT_C extern const TUint32 KNotifierImplementationId = 0x1028369b;  
       
    26 EXPORT_C extern const TUint32 KTestNotifierImplementationId = 0x10285887;
       
    27 
       
    28