equal
deleted
inserted
replaced
14 * Description: Implementation of dialog. |
14 * Description: Implementation of dialog. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 /* |
18 /* |
19 * %version: tr1cfwln#31 % |
19 * %version: tr1cfwln#31.1.1 % |
20 */ |
20 */ |
21 |
21 |
22 // INCLUDE FILES |
22 // INCLUDE FILES |
23 #include "WPASecuritySettingsDlg.h" |
23 #include "WPASecuritySettingsDlg.h" |
24 #include "WPASecuritySettingsUiPanic.h" |
24 #include "WPASecuritySettingsUiPanic.h" |
25 |
25 |
26 #include "WPASecuritySettingsUI.hrh" |
26 #include "WPASecuritySettingsUI.hrh" |
27 |
27 |
28 #include "WPASecuritySettingsDefs.h" |
28 #include "WPASecuritySettingsDefs.h" |
29 |
29 |
30 #include <csxhelp/cp.hlp.hrh> |
|
31 #include <hlplch.h> |
30 #include <hlplch.h> |
32 |
31 |
33 #include <featmgr.h> |
32 #include <featmgr.h> |
34 |
33 |
35 #include <akntitle.h> |
34 #include <akntitle.h> |
1023 |
1022 |
1024 // --------------------------------------------------------- |
1023 // --------------------------------------------------------- |
1025 // CWPASecuritySettingsDlg::GetHelpContext |
1024 // CWPASecuritySettingsDlg::GetHelpContext |
1026 // --------------------------------------------------------- |
1025 // --------------------------------------------------------- |
1027 // |
1026 // |
1028 void CWPASecuritySettingsDlg::GetHelpContext( TCoeHelpContext& aContext ) const |
1027 void CWPASecuritySettingsDlg::GetHelpContext( TCoeHelpContext& /* aContext */ ) const |
1029 { |
1028 { |
1030 aContext.iMajor = KWPASecuritySettingsUiHelpMajor; |
1029 // Avkon help dependencies removed, hence do nothing |
1031 if ( iSecuritySettings->SecurityMode() == ESecurityModeWpa ) |
1030 return; |
1032 { |
|
1033 aContext.iContext = KSET_HLP_WLAN_WPA_MAIN; |
|
1034 } |
|
1035 else // iSecuritySettings->SecurityMode() == ESecurityMode8021x |
|
1036 { |
|
1037 aContext.iContext = KSET_HLP_WLAN_8021X_MAIN; |
|
1038 } |
|
1039 } |
1031 } |
1040 |
1032 |
1041 |
1033 |
1042 // End of File |
1034 // End of File |