wlansecuritysettings/wlaneapsettingsui/EapPluginConfig/src/EAPPlugInConfigurationDlg.cpp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
    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.15 %
    19 * %version: 20.1.16 %
    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>
    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>
       
    46 
    45 
    47 
    46 
    48 // CONSTANTS
    47 // CONSTANTS
    49 // UID of general settings app, in which help texts are included
    48 // UID of general settings app, in which help texts are included
    50 const TUid KHelpUidPlugin = { 0x100058EC };
    49 const TUid KHelpUidPlugin = { 0x100058EC };
   604 
   603 
   605 // ---------------------------------------------------------
   604 // ---------------------------------------------------------
   606 // CEAPPluginConfigurationDlg::GetHelpContext
   605 // CEAPPluginConfigurationDlg::GetHelpContext
   607 // ---------------------------------------------------------
   606 // ---------------------------------------------------------
   608 //
   607 //
   609 void CEAPPluginConfigurationDlg::GetHelpContext( 
   608 void CEAPPluginConfigurationDlg::GetHelpContext( TCoeHelpContext& /* aContext */ ) const
   610                                             TCoeHelpContext& aContext ) const
   609     {
   611     {
   610     // Avkon help dependencies removed, hence do nothing
   612     aContext.iMajor = KHelpUidPlugin;
   611     return;
   613     aContext.iContext = KSET_HLP_WLAN_EAP_PLUGINS_IAP;
       
   614     }
   612     }
   615 
   613 
   616 
   614 
   617 // End of File
   615 // End of File