wlansecuritysettings/wlaneapsettingsui/EapSim/ConfigUi/src/EapSimUiView.cpp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
    14 * Description: Implementation of EAP SIM UI settings dialog
    14 * Description: Implementation of EAP SIM 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>
    35 #include <EapSimUiDataConnection.h>
    35 #include <EapSimUiDataConnection.h>
    36 #include <EapSimUiSimData.h>
    36 #include <EapSimUiSimData.h>
    37 
    37 
    38 #include <featmgr.h>
    38 #include <featmgr.h>
    39 #include <hlplch.h>
    39 #include <hlplch.h>
    40 #include <csxhelp/cp.hlp.hrh>
       
    41 
    40 
    42 
    41 
    43 // CONSTANTS
    42 // CONSTANTS
    44 // UID of general settings app, in which help texts are included
    43 // UID of general settings app, in which help texts are included
    45 const TUid KHelpUidPlugin = { 0x100058EC };
    44 const TUid KHelpUidPlugin = { 0x100058EC };
   468 
   467 
   469 // -----------------------------------------------------------------------------
   468 // -----------------------------------------------------------------------------
   470 // CEapSimUiDialog::GetHelpContext
   469 // CEapSimUiDialog::GetHelpContext
   471 // -----------------------------------------------------------------------------
   470 // -----------------------------------------------------------------------------
   472 //
   471 //
   473 void CEapSimUiDialog::GetHelpContext( TCoeHelpContext& aContext ) const
   472 void CEapSimUiDialog::GetHelpContext( TCoeHelpContext& /* aContext */ ) const
   474     {
   473     {
   475     aContext.iMajor = KHelpUidPlugin;
   474     // Avkon help dependencies removed, hence do nothing
   476     aContext.iContext = KSET_HLP_WLAN_EAP_SIM;
   475     return;
   477     }
   476     }
   478     
   477     
   479 
   478 
   480 //  End of File
   479 //  End of File