wlansecuritysettings/wlaneapsettingsui/EapAka/ConfigUi/src/EapAkaUiView.cpp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
    14 * Description: Implementation of EAP AKA UI settings dialog
    14 * Description: Implementation of EAP AKA UI settings dialog
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 29 %
    19 * %version: 30 %
    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>
    33 #include <EapAkaUiDataConnection.h>
    33 #include <EapAkaUiDataConnection.h>
    34 #include <EapAkaUiAkaData.h> 
    34 #include <EapAkaUiAkaData.h> 
    35 
    35 
    36 #include <featmgr.h>
    36 #include <featmgr.h>
    37 #include <hlplch.h>
    37 #include <hlplch.h>
    38 #include <csxhelp/cp.hlp.hrh>
       
    39 
    38 
    40 
    39 
    41 // LOCAL CONSTANTS AND MACROS
    40 // LOCAL CONSTANTS AND MACROS
    42 // UID of general settings app, in which help texts are included
    41 // UID of general settings app, in which help texts are included
    43 const TUid KHelpUidPlugin = { 0x100058EC };
    42 const TUid KHelpUidPlugin = { 0x100058EC };
   451 
   450 
   452 // -----------------------------------------------------------------------------
   451 // -----------------------------------------------------------------------------
   453 // CEapAkaUiDialog::GetHelpContext
   452 // CEapAkaUiDialog::GetHelpContext
   454 // -----------------------------------------------------------------------------
   453 // -----------------------------------------------------------------------------
   455 //
   454 //
   456 void CEapAkaUiDialog::GetHelpContext( TCoeHelpContext& aContext ) const
   455 void CEapAkaUiDialog::GetHelpContext( TCoeHelpContext& /* aContext */ ) const
   457     {
   456     {
   458     aContext.iMajor = KHelpUidPlugin;
   457     // Avkon help dependencies removed, hence do nothing
   459     aContext.iContext = KSET_HLP_WLAN_EAP_AKA;
   458     return;
   460     }
   459     }
   461 
   460 
   462 
   461 
   463 //  End of File
   462 //  End of File