apengine/apsettingshandlerui/inc/APSettingsHandlerUIVariant.hrh
changeset 61 8b0c979bbe8c
parent 59 2709c04a4af5
child 70 ac5daea24fb0
equal deleted inserted replaced
59:2709c04a4af5 61:8b0c979bbe8c
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *     This file contains variation info for ApSettingsHandlerUi.
       
    16 *     The file can be included in C++ or resource file.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 #ifndef APSETTINGSHANDLERUIVARIANT_HRH
       
    22 #define APSETTINGSHANDLERUIVARIANT_HRH
       
    23 
       
    24 // This flag indicates whether the Wap related settings are visible 
       
    25 // in the Access Point Settings UI or not
       
    26 
       
    27 #define KWSPSettingsVisible	0x01
       
    28 
       
    29 
       
    30 // feature to disable editing of normal access points and allow it only for VPN
       
    31 #define KApUiEditOnlyVPNs 0x02
       
    32 
       
    33 
       
    34 #endif      //  APSETTINGSHANDLERUIVARIANT_HRH
       
    35 
       
    36 // End of File