tcpiputils/dhcp/group/NetCfgExtnDhcp.iby
changeset 0 af10295192d8
child 20 e8d041006974
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 /*
       
     2 * Copyright (c) 2009 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 *
       
    16 */
       
    17 
       
    18 #ifndef GUARD_INCLUDE_NETCFGEXTNDHCP_IBY
       
    19 #define GUARD_INCLUDE_NETCFGEXTNDHCP_IBY
       
    20 
       
    21 #ifdef SYMBIAN_EXCLUDE_DHCP
       
    22 REM Feature DHCP is not included in this ROM
       
    23 #else
       
    24 #include <netstsrv.iby>
       
    25 #ifndef SYMBIAN_NON_SEAMLESS_NETWORK_BEARER_MOBILITY
       
    26 #include <NetCfgExtnBase.iby>
       
    27 #else
       
    28 #include <netcfgext.iby>
       
    29 #endif
       
    30 
       
    31 ECOM_PLUGIN(NetCfgExtnDhcp.dll,102032C0.rsc)
       
    32 #endif
       
    33 
       
    34 #endif