diff -r b6f55cd40afd -r f7fbeaeb166a bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp --- a/bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp Wed Mar 31 21:51:05 2010 +0300 +++ b/bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp Wed Apr 14 16:09:00 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