networkcontrol/ipupsplugins/dialogcreator/inc/ipupsconst.h
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 specifies the constants which are used to configure
       
    15 // the NetUps during testing. The associated enumerations are to
       
    16 // to be found in netupstls.h.
       
    17 // @internalComponent
       
    18 // @prototype
       
    19 // 
       
    20 //
       
    21 
       
    22 #ifndef IPUPSCONST_H
       
    23 #define IPUPSCONST_H
       
    24 
       
    25 #include <e32def.h>
       
    26 
       
    27 /** @SYMPatchable Disable UPS IP functionality 
       
    28 */
       
    29 IMPORT_C extern const TUint32 KNotifierImplementationId;
       
    30 IMPORT_C extern const TUint32 KTestNotifierImplementationId;
       
    31 
       
    32 
       
    33 #endif // IPUPSCONST_H