sdkcreationmw/sdkruntimes/wsock/inc/WinsockProtocol.h
changeset 1 ac50fd48361b
parent 0 b26acd06ea60
equal deleted inserted replaced
0:b26acd06ea60 1:ac50fd48361b
     1 /*
     1 /*
     2 * Copyright (c) 2004-2005 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-2005 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     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
     5 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
     6 *
     9 * Initial Contributors:
     7 * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
     8 * Nokia Corporation - initial contribution.
    11 *
     9 *
    12 * Contributors:
    10 * Contributors:
    13 *
    11 *
    14 * Description: 
       
    15 *
    12 *
    16 */
    13 */
    17 
    14 
    18 
    15 
    19 #ifndef _WSOCK_PROTOCOL_H_
    16 #ifndef _WSOCK_PROTOCOL_H_
    21 
    18 
    22 #include <nifif.h>
    19 #include <nifif.h>
    23 #include <es_prot.h>
    20 #include <es_prot.h>
    24 #include <time.h>
    21 #include <time.h>
    25 #include "WinsockInterface.h"
    22 #include "WinsockInterface.h"
       
    23 #include <es_prot_internal.h>
       
    24 #include <nifif_internal.h>
       
    25 
    26 
    26 
    27 // IpHlpApi.dll data structures, needed by GetAdaptersInfo
    27 // IpHlpApi.dll data structures, needed by GetAdaptersInfo
    28 typedef struct _WinsockIpAddressString {
    28 typedef struct _WinsockIpAddressString {
    29     TText8 String[16];
    29     TText8 String[16];
    30 } WinsockIpAddressString;
    30 } WinsockIpAddressString;