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 PEAP UI class |
14 * Description: Implementation of EAP PEAP UI class |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 /* |
18 /* |
19 * %version: 14 % |
19 * %version: 15 % |
20 */ |
20 */ |
21 |
21 |
22 // INCLUDE FILES |
22 // INCLUDE FILES |
23 #include "EapPeapUi.h" |
23 #include "EapPeapUi.h" |
24 #include "EapTlsPeapUiConnection.h" |
24 #include "EapTlsPeapUiConnection.h" |
25 #include "EapPeapUiView.h" |
25 #include "EapPeapUiView.h" |
26 #include <EapPeapUi.rsg> |
26 #include <eappeapui.rsg> |
27 #include <bautils.h> |
27 #include <bautils.h> |
28 #include <coemain.h> |
28 #include <coemain.h> |
29 #include <aknnotewrappers.h> |
29 #include <aknnotewrappers.h> |
30 #include <data_caging_path_literals.hrh> |
30 #include <data_caging_path_literals.hrh> |
31 |
31 |