diff -r 77618ad58aba -r 60f08993dad0 securitysettings/cpwlansecurityuiplugins/cpwpacmnui/inc/cpwpacmneapui.h --- a/securitysettings/cpwlansecurityuiplugins/cpwpacmnui/inc/cpwpacmneapui.h Fri Jun 11 16:24:23 2010 +0100 +++ b/securitysettings/cpwlansecurityuiplugins/cpwpacmnui/inc/cpwpacmneapui.h Thu Jul 22 16:34:37 2010 +0100 @@ -2,7 +2,7 @@ * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available - * under the terms of the License "Eclipse Public License v1.0" + * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.html". * @@ -12,40 +12,41 @@ * Contributors: * * Description: - * Control Panel QT EAP view for WPA/WPA2/802_Dot_1x/WPA2 only configuration + * Control Panel WLAN Security EAP Entry item for WPA(2)/802.1x * */ /* - * %version: 4 % + * %version: tr1cfwln#8 % */ #ifndef CPWPACMNEAPUI_H_ #define CPWPACMNEAPUI_H_ -class CpWpaCmnUi; +// System includes #include -/*! - * Implements the Ui EAP Plugin Loader for WPA/WPA2/802_Dot_1x/WPA2 only Security Modes - */ -class EapEntyItemData : public CpSettingFormEntryItemData + +// User includes + +// Forward declarations +class CpWpaCmnUiPrivate; + +class EapEntryItemData : public CpSettingFormEntryItemData { public: - EapEntyItemData(CpWpaCmnUi* wpa, CpItemDataHelper &itemDataHelper, - const QString &text = QString(), const QString &description = - QString(), const HbIcon &icon = HbIcon(), - const HbDataFormModelItem *parent = 0); + EapEntryItemData( + CpWpaCmnUiPrivate* wpa, + CpItemDataHelper &itemDataHelper, + const QString &text = QString()); - virtual ~EapEntyItemData(); + virtual ~EapEntryItemData(); - /*! - Implement CpSettingFormEntryItemData::createSettingView - */ virtual CpBaseSettingView *createSettingView() const; private: - - CpWpaCmnUi* mUi; + //! Pointer to WPA/WPA2/802.1x UI. + CpWpaCmnUiPrivate* mUi; + // Dataitem helpper CpItemDataHelper& itemdatahelper; };