wlansecuritysettings/wlaneapsettingsui/EapGtc/ConfigUi/src/EapGtcUiView.cpp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
    14 * Description: Implementation of EAP GTC UI settings dialog
    14 * Description: Implementation of EAP GTC UI settings dialog
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 28 %
    19 * %version: 29 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include <eikdialg.h>
    23 #include <eikdialg.h>
    24 #include <AknDialog.h>
    24 #include <AknDialog.h>
    36 #include "EapGtcUi.hrh"
    36 #include "EapGtcUi.hrh"
    37 #include "EapGtcUiSettingArray.h"
    37 #include "EapGtcUiSettingArray.h"
    38 
    38 
    39 #include <featmgr.h>
    39 #include <featmgr.h>
    40 #include <hlplch.h>
    40 #include <hlplch.h>
    41 #include <csxhelp/cp.hlp.hrh>
       
    42 
    41 
    43 
    42 
    44 // CONSTANTS
    43 // CONSTANTS
    45 // UID of general settings app, in which help texts are included
    44 // UID of general settings app, in which help texts are included
    46 const TUid KHelpUidPlugin = { 0x100058EC };
    45 const TUid KHelpUidPlugin = { 0x100058EC };
   445 
   444 
   446 // -----------------------------------------------------------------------------
   445 // -----------------------------------------------------------------------------
   447 // CEapGtcUiDialog::GetHelpContext
   446 // CEapGtcUiDialog::GetHelpContext
   448 // -----------------------------------------------------------------------------
   447 // -----------------------------------------------------------------------------
   449 //
   448 //
   450 void CEapGtcUiDialog::GetHelpContext( TCoeHelpContext& aContext ) const
   449 void CEapGtcUiDialog::GetHelpContext( TCoeHelpContext& /* aContext */ ) const
   451     {
   450     {
   452     aContext.iMajor = KHelpUidPlugin;
   451     // Avkon help dependencies removed, hence do nothing
   453     aContext.iContext = KSET_HLP_WLAN_EAP_GTC;
   452     return;
   454     }
   453     }
   455 
       
   456 
   454 
   457 //  End of File
   455 //  End of File