diff -r 8840d3e38314 -r 7aac0b9e8906 wlansecuritysettings/wlaneapsettingsui/EapSim/ConfigUi/src/EapSimUiView.cpp --- a/wlansecuritysettings/wlaneapsettingsui/EapSim/ConfigUi/src/EapSimUiView.cpp Fri Mar 19 09:29:58 2010 +0200 +++ b/wlansecuritysettings/wlaneapsettingsui/EapSim/ConfigUi/src/EapSimUiView.cpp Fri Apr 16 15:00:28 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 29 % +* %version: 30 % */ // INCLUDE FILES @@ -37,7 +37,6 @@ #include #include -#include // CONSTANTS @@ -470,10 +469,10 @@ // CEapSimUiDialog::GetHelpContext // ----------------------------------------------------------------------------- // -void CEapSimUiDialog::GetHelpContext( TCoeHelpContext& aContext ) const +void CEapSimUiDialog::GetHelpContext( TCoeHelpContext& /* aContext */ ) const { - aContext.iMajor = KHelpUidPlugin; - aContext.iContext = KSET_HLP_WLAN_EAP_SIM; + // Avkon help dependencies removed, hence do nothing + return; }