equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-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: Defines attributes for provisioning structure passed to CFP |
|
15 * |
|
16 */ |
|
17 |
|
18 /* |
|
19 * %version: 5 % |
|
20 */ |
|
21 |
|
22 #include "wlanmcpr.h" |
|
23 #include "WlanProvision.h" |
|
24 |
|
25 using namespace ESock; |
|
26 |
|
27 // |
|
28 // Attribute tables for provisioning structures passed to CFProtocol |
|
29 // |
|
30 |
|
31 START_ATTRIBUTE_TABLE(TLanIp4Provision, TLanIp4Provision::EUid, TLanIp4Provision::ETypeId) |
|
32 // No attributes, even though there are data members, because the structure is |
|
33 // not serialised - just passed to data side. |
|
34 END_ATTRIBUTE_TABLE() |
|
35 |
|
36 START_ATTRIBUTE_TABLE(TLanIp6Provision, TLanIp6Provision::EUid, TLanIp6Provision::ETypeId) |
|
37 // No attributes, even though there are data members, because the structure is |
|
38 // not serialised - just passed to data side. |
|
39 END_ATTRIBUTE_TABLE() |