bluetoothengine/bthid/bthidkbdsettings/src/bthidsettingcontainer.cpp
changeset 17 f05641c183ff
parent 0 f63038272f30
equal deleted inserted replaced
15:00f9ee97d895 17:f05641c183ff
    20 #include <AknUtils.h>  // for font
    20 #include <AknUtils.h>  // for font
    21 #include <AknsDrawUtils.h>// skin
    21 #include <AknsDrawUtils.h>// skin
    22 #include <AknsBasicBackgroundControlContext.h> //skin
    22 #include <AknsBasicBackgroundControlContext.h> //skin
    23 #include <BthidResource.rsg>
    23 #include <BthidResource.rsg>
    24 #include "bthidsettingcontainer.h"
    24 #include "bthidsettingcontainer.h"
       
    25 #ifdef __SERIES60_HELP
       
    26 #include <hlplch.h>
       
    27 #include <csxhelp/bt.hlp.hrh> // The bt hrh info is needed, for help launching
       
    28 #endif
       
    29 #include "btui.h"
    25 #include "debug.h"
    30 #include "debug.h"
    26 
    31 
    27 // ================= MEMBER FUNCTIONS =======================
    32 // ================= MEMBER FUNCTIONS =======================
    28 
    33 
    29 // ---------------------------------------------------------
    34 // ---------------------------------------------------------
   160         return MAknsControlContext::SupplyMopObject( aId, iBackGround);
   165         return MAknsControlContext::SupplyMopObject( aId, iBackGround);
   161         }
   166         }
   162 
   167 
   163     return CCoeControl::MopSupplyObject( aId );
   168     return CCoeControl::MopSupplyObject( aId );
   164     }
   169     }
       
   170 
       
   171 #ifdef __SERIES60_HELP
       
   172 
       
   173 // ---------------------------------------------------------
       
   174 // From CCoeControl
       
   175 // CBTHidSettingContainer::GetHelpContext
       
   176 // ---------------------------------------------------------
       
   177 //
       
   178 void CBTHidSettingContainer::GetHelpContext(TCoeHelpContext& aContext) const
       
   179     {
       
   180     TRACE_FUNC_ENTRY
       
   181 
       
   182     aContext.iMajor = KBtuiUid3;
       
   183     aContext.iContext = KBTKEYBOARD_HLP_SETTINGS;
       
   184     }
       
   185 
       
   186 #else
       
   187 
       
   188 // ---------------------------------------------------------
       
   189 // From CCoeControl
       
   190 // CBTHidSettingContainer::GetHelpContext
       
   191 // ---------------------------------------------------------
       
   192 //
       
   193 void CBTHidSettingContainer::GetHelpContext(TCoeHelpContext& /*aContext*/) const
       
   194     {
       
   195     TRACE_FUNC_ENTRY    
       
   196     }
       
   197 
       
   198 #endif
   165 // End of File
   199 // End of File