cmmanager/cmmgr/Plugins/cmplugintundriver/inc/cmtundrivercommonconstants.h
branchRCL_3
changeset 69 cf1b3ddbe9a1
parent 65 14754bf06654
child 75 dd7f31e692c1
equal deleted inserted replaced
65:14754bf06654 69:cf1b3ddbe9a1
     1 /*
       
     2 * Copyright (c) 2010 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:  constants for the TUN Driver plugin
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef CMTUNDRIVERCOMMONCONSTANTS_H
       
    19 #define CMTUNDRIVERCOMMONCONSTANTS_H
       
    20 
       
    21 // CONSTANTS
       
    22 _LIT( KPluginVPNResDirAndFileName, "z:cmpluginvpnui.rsc" );
       
    23 
       
    24 // Do not change this default to other value because proxy number is using this value as default port number
       
    25 const TInt KVpnProxyPortNumberDefault = 0;
       
    26 
       
    27 #endif  // CMTUNDRIVERCOMMONCONSTANTS_H