tcpiputils/tun/group/tun.iby
branchRCL_3
changeset 75 c1029e558ef5
parent 67 bb2423252ea3
child 76 27c54f8619d4
equal deleted inserted replaced
67:bb2423252ea3 75:c1029e558ef5
     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:
       
    15 *
       
    16 */
       
    17 #ifndef __TUN_IBY__
       
    18 #define __TUN_IBY__
       
    19 
       
    20 REM dependencies
       
    21 #include <esock.iby>
       
    22 #include <insock.iby>
       
    23 #include <inhook6.iby>
       
    24 #include <nifman.iby>
       
    25 
       
    26 file=ABI_DIR\DEBUG_DIR\tun.prt		System\Libs\tun.prt
       
    27 
       
    28 data=EPOCROOT##epoc32\winscw\c\private\101F7989\esock\ip.tun.esk		private\101F7989\esock\ip.tun.esk
       
    29 
       
    30 #endif // __TUN_IBY__