wlansecuritysettings/wlaneapsettingsui/EapAka/ConfigUi/src/EapAkaUiView.cpp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
--- a/wlansecuritysettings/wlaneapsettingsui/EapAka/ConfigUi/src/EapAkaUiView.cpp	Fri Mar 19 09:29:58 2010 +0200
+++ b/wlansecuritysettings/wlaneapsettingsui/EapAka/ConfigUi/src/EapAkaUiView.cpp	Fri Apr 16 15:00:28 2010 +0300
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: 29 %
+* %version: 30 %
 */
 
 // INCLUDE FILES
@@ -35,7 +35,6 @@
 
 #include <featmgr.h>
 #include <hlplch.h>
-#include <csxhelp/cp.hlp.hrh>
 
 
 // LOCAL CONSTANTS AND MACROS
@@ -453,10 +452,10 @@
 // CEapAkaUiDialog::GetHelpContext
 // -----------------------------------------------------------------------------
 //
-void CEapAkaUiDialog::GetHelpContext( TCoeHelpContext& aContext ) const
+void CEapAkaUiDialog::GetHelpContext( TCoeHelpContext& /* aContext */ ) const
     {
-    aContext.iMajor = KHelpUidPlugin;
-    aContext.iContext = KSET_HLP_WLAN_EAP_AKA;
+    // Avkon help dependencies removed, hence do nothing
+    return;
     }