networkcontrol/ipupsplugins/dialogcreator/inc/ipupsconst.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
child 23 425d8f4f7fa5
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
     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