wlansecuritysettings/wlaneapsettingsui/EapMschapv2/ConfigUi/src/EapMschapv2UiView.cpp
equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2001-2010 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 the License "Eclipse Public License v1.0" |
5 * under the terms of the License "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
14 * Description: Implementation of EAP Mschapv2 UI settings dialog |
14 * Description: Implementation of EAP Mschapv2 UI settings dialog |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 /* |
18 /* |
19 * %version: 28 % |
19 * %version: 29 % |
20 */ |
20 */ |
21 |
21 |
22 // INCLUDE FILES |
22 // INCLUDE FILES |
23 #include <eikdialg.h> |
23 #include <eikdialg.h> |
24 #include <AknDialog.h> |
24 #include <AknDialog.h> |
25 #include <aknlists.h> |
25 #include <aknlists.h> |
26 #include "EapMschapv2UiView.h" |
26 #include "EapMschapv2UiView.h" |
27 #include "EapMschapv2Ui.hrh" |
27 #include "EapMschapv2Ui.hrh" |
28 #include <EapMschapv2Ui.rsg> |
28 #include <eapmschapv2ui.rsg> |
29 #include <akntextsettingpage.h> |
29 #include <akntextsettingpage.h> |
30 #include <aknsettingitemlist.h> |
30 #include <aknsettingitemlist.h> |
31 #include "EapMschapv2UiSettingArray.h" |
31 #include "EapMschapv2UiSettingArray.h" |
32 #include <aknnavide.h> |
32 #include <aknnavide.h> |
33 #include <aknnotewrappers.h> |
33 #include <aknnotewrappers.h> |
34 #include <EapMsChapV2UiConnection.h> |
34 #include <EapMsChapV2UiConnection.h> |
35 #include <EapMsChapV2UiDataConnection.h> |
35 #include <EapMsChapV2UiDataConnection.h> |
36 #include <EapMsChapV2UiMsChapV2Data.h> |
36 #include <EapMsChapV2UiMsChapV2Data.h> |
37 |
37 |
38 #include <FeatMgr.h> |
38 #include <featmgr.h> |
39 #include <hlplch.h> |
39 #include <hlplch.h> |
40 #include <csxhelp/cp.hlp.hrh> |
40 #include <csxhelp/cp.hlp.hrh> |
41 |
41 |
42 |
42 |
43 // CONSTANTS |
43 // CONSTANTS |