linklayerprotocols/ethernetnif/EthInt/EthConfig.cpp
changeset 0 af10295192d8
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Ethernet MCPR Configuration
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20  @internalComponent
       
    21 */
       
    22 
       
    23 #include "ethmcpr.h"
       
    24 #include "EthProvision.h"
       
    25 
       
    26 using namespace ESock;
       
    27 
       
    28 //
       
    29 // Attribute tables for provisioning structures passed to CFProtocol
       
    30 //
       
    31 
       
    32 START_ATTRIBUTE_TABLE(TLanLinkProvision, TLanLinkProvision::EUid, TLanLinkProvision::ETypeId)
       
    33 // No attributes, even though there are data members, because the structure is
       
    34 // not serialised - just passed to data side.
       
    35 END_ATTRIBUTE_TABLE()
       
    36 
       
    37 START_ATTRIBUTE_TABLE(TLanIp4Provision, TLanIp4Provision::EUid, TLanIp4Provision::ETypeId)
       
    38 // No attributes, even though there are data members, because the structure is
       
    39 // not serialised - just passed to data side.
       
    40 END_ATTRIBUTE_TABLE()
       
    41 
       
    42 START_ATTRIBUTE_TABLE(TLanIp6Provision, TLanIp6Provision::EUid, TLanIp6Provision::ETypeId)
       
    43 // No attributes, even though there are data members, because the structure is
       
    44 // not serialised - just passed to data side.
       
    45 END_ATTRIBUTE_TABLE()