diff -r 9c3798b88e30 -r b78e66e88238 bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp --- a/bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp Sat Apr 24 00:12:05 2010 +0300 +++ b/bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp Sat Apr 24 00:30:17 2010 +0300 @@ -22,6 +22,11 @@ #include //skin #include #include "bthidsettingcontainer.h" +#ifdef __SERIES60_HELP +#include +#include // The bt hrh info is needed, for help launching +#endif +#include "btui.h" #include "debug.h" // ================= MEMBER FUNCTIONS ======================= @@ -162,4 +167,33 @@ return CCoeControl::MopSupplyObject( aId ); } + +#ifdef __SERIES60_HELP + +// --------------------------------------------------------- +// From CCoeControl +// CBTHidSettingContainer::GetHelpContext +// --------------------------------------------------------- +// +void CBTHidSettingContainer::GetHelpContext(TCoeHelpContext& aContext) const + { + TRACE_FUNC_ENTRY + + aContext.iMajor = KBtuiUid3; + aContext.iContext = KBTKEYBOARD_HLP_SETTINGS; + } + +#else + +// --------------------------------------------------------- +// From CCoeControl +// CBTHidSettingContainer::GetHelpContext +// --------------------------------------------------------- +// +void CBTHidSettingContainer::GetHelpContext(TCoeHelpContext& /*aContext*/) const + { + TRACE_FUNC_ENTRY + } + +#endif // End of File