wlansecuritysettings/wlaneapsettingsui/pap/configui/src/papuiview.cpp
changeset 18 7aac0b9e8906
parent 17 8840d3e38314
equal deleted inserted replaced
17:8840d3e38314 18:7aac0b9e8906
    14 * Description: Implementation of PAP UI settings dialog
    14 * Description: Implementation of PAP UI settings dialog
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 /*
    18 /*
    19 * %version: 13 %
    19 * %version: 14 %
    20 */
    20 */
    21 
    21 
    22 // INCLUDE FILES
    22 // INCLUDE FILES
    23 #include "papuiview.h"
    23 #include "papuiview.h"
    24 #include "papuisettingarray.h"
    24 #include "papuisettingarray.h"
    37 #include <EapTlsPeapUiConnection.h>
    37 #include <EapTlsPeapUiConnection.h>
    38 #include <EapTlsPeapUiDataConnection.h>
    38 #include <EapTlsPeapUiDataConnection.h>
    39 #include <EapTlsPeapUiTlsPeapData.h>
    39 #include <EapTlsPeapUiTlsPeapData.h>
    40 #include <featmgr.h>
    40 #include <featmgr.h>
    41 #include <hlplch.h>
    41 #include <hlplch.h>
    42 #include <csxhelp/cp.hlp.hrh>
       
    43 
    42 
    44 
    43 
    45 // CONSTANTS
    44 // CONSTANTS
    46 // UID of general settings app, in which help texts are included
    45 // UID of general settings app, in which help texts are included
    47 const TUid KHelpUidPlugin = { 0x100058EC };
    46 const TUid KHelpUidPlugin = { 0x100058EC };
   638 
   637 
   639 // -----------------------------------------------------------------------------
   638 // -----------------------------------------------------------------------------
   640 // CPapUiDialog::GetHelpContext
   639 // CPapUiDialog::GetHelpContext
   641 // -----------------------------------------------------------------------------
   640 // -----------------------------------------------------------------------------
   642 //
   641 //
   643 void CPapUiDialog::GetHelpContext( TCoeHelpContext& aContext ) const
   642 void CPapUiDialog::GetHelpContext( TCoeHelpContext& /* aContext */ ) const
   644     {
   643     {
   645     aContext.iMajor = KHelpUidPlugin;    
   644     // Avkon help dependencies removed, hence do nothing
   646     aContext.iContext = KSET_HLP_WLAN_EAP_PAP;
   645     return;
   647     }
   646     }
   648 
   647 
   649 //  End of File
   648 //  End of File