--- a/securitysettings/cpwlansecurityuiplugins/cpwpacmnui/src/cpwpacmneapui.cpp Fri Jun 11 16:24:23 2010 +0100
+++ b/securitysettings/cpwlansecurityuiplugins/cpwpacmnui/src/cpwpacmneapui.cpp 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".
*
@@ -17,30 +17,50 @@
*/
/*
- * %version: 4 %
+ * %version: tr1cfwln#10 %
*/
+// System includes
+#include <HbDataFormModelItem>
+
+
+// User includes
#include "cpwpacmneapui.h"
-#include "cpwpacmnui.h"
+#include "cpwpacmnui_p.h"
-#include <HbDataFormModelItem>
+//Trace Definition
#include "OstTraceDefinitions.h"
#ifdef OST_TRACE_COMPILER_IN_USE
#include "cpwpacmneapuiTraces.h"
#endif
-EapEntyItemData::EapEntyItemData(CpWpaCmnUi* wpa,
- CpItemDataHelper &itemDataHelper, const QString &text,
- const QString &description, const HbIcon &icon,
- const HbDataFormModelItem *parent) :
- CpSettingFormEntryItemData(itemDataHelper, text, description, icon,
- parent),itemdatahelper(itemDataHelper)
+/*!
+ \class
+ Implements the Ui EAP Plugin Loader for WPA/WPA2/802_Dot_1x/WPA2 only Security Modes
+ */
+
+/*!
+ Constructor
+
+ @param wpa Pointer to UI object
+ @param itemDataHelpper Control Panel Item data helpper object
+ @param text Text for entry button
+ */
+EapEntryItemData::EapEntryItemData(
+ CpWpaCmnUiPrivate* wpa,
+ CpItemDataHelper &itemDataHelper,
+ const QString &text) :
+ CpSettingFormEntryItemData(CpSettingFormEntryItemData::ButtonEntryItem,
+ itemDataHelper, text),
+ mUi(wpa),
+ itemdatahelper(itemDataHelper)
{
- mUi = wpa;
-
}
-EapEntyItemData::~EapEntyItemData()
+/*!
+ Desctructor.
+ */
+EapEntryItemData::~EapEntryItemData()
{
OstTraceFunctionEntry1(EAPENTRYITEMDATA_EAPENTRYITEMDATA_ENTRY,this);
OstTraceFunctionExit1(EAPENTRYITEMDATA_EAPENTRYITEMDATA_EXIT,this);
@@ -49,7 +69,7 @@
/*!
Implement CpSettingFormEntryItemData::createSettingView
*/
-CpBaseSettingView* EapEntyItemData::createSettingView() const
+CpBaseSettingView* EapEntryItemData::createSettingView() const
{
OstTraceFunctionEntry1(EAPENTRYITEMDATA_CREATESETTING_VIEW_ENTRY,this);
OstTraceFunctionExit1(EAPENTRYITEMDATA_CREATESETTING_VIEW_EXIT,this);