wlansecuritysettings/wlaneapsettingsui/EapPluginConfig/src/EAPPlugInConfigurationDlg.cpp
branchRCL_3
changeset 7 7b8801c4c2d9
parent 2 1c7bc153c08e
child 18 7aac0b9e8906
equal deleted inserted replaced
2:1c7bc153c08e 7:7b8801c4c2d9
     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 Plugin Configuration dialog
    14 * Description: Implementation of EAP Plugin Configuration dialog
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 20.1.14 %
    19 * %version: 20.1.15 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include <akntitle.h>
    23 #include <akntitle.h>
    24 #include <eikspane.h>
    24 #include <eikspane.h>
    27 #include <AknsUtils.h>
    27 #include <AknsUtils.h>
    28 #include <StringLoader.h>
    28 #include <StringLoader.h>
    29 #include <aknnotewrappers.h>
    29 #include <aknnotewrappers.h>
    30 #include <EapType.h>
    30 #include <EapType.h>
    31 
    31 
    32 #include <EAPPluginConfigRes.rsg>
    32 #include <eappluginconfigres.rsg>
    33 #include "EAPPluginConfig.hrh"
    33 #include "EAPPluginConfig.hrh"
    34 
    34 
    35 #include <avkon.mbg>
    35 #include <avkon.mbg>
    36 
    36 
    37 #include "EAPPluginList.h"
    37 #include "EAPPluginList.h"
    38 #include "EAPPlugInConfigurationDlg.h"
    38 #include "EAPPlugInConfigurationDlg.h"
    39 #include "EAPPluginConfigurationModel.h"
    39 #include "EAPPluginConfigurationModel.h"
    40 
    40 
    41 
    41 
    42 #include <FeatMgr.h>
    42 #include <featmgr.h>
    43 #include <hlplch.h>
    43 #include <hlplch.h>
    44 #include <eikappui.h>
    44 #include <eikappui.h>
    45 #include <csxhelp/cp.hlp.hrh>
    45 #include <csxhelp/cp.hlp.hrh>
    46 
    46 
    47 
    47