usbuis/imageprintui/src/settingscontainer.cpp
branchRCL_3
changeset 24 e02eb84a14d2
parent 23 25fce757be94
equal deleted inserted replaced
23:25fce757be94 24:e02eb84a14d2
    34 #include "settingscontainer.h"
    34 #include "settingscontainer.h"
    35 #include "imageprintuidebug.h"
    35 #include "imageprintuidebug.h"
    36 #include "settingsitems.h"
    36 #include "settingsitems.h"
    37 #include "settingstables.h"
    37 #include "settingstables.h"
    38 #ifdef __SERIES60_HELP
    38 #ifdef __SERIES60_HELP
    39 //#include <csxhelp/usb.hlp.hrh>   // Help id
    39 #include <csxhelp/usb.hlp.hrh>   // Help id
    40 #endif
    40 #endif
    41 
    41 
    42 
    42 
    43 // ======== MEMBER FUNCTIONS ========
    43 // ======== MEMBER FUNCTIONS ========
    44 
    44 
   252 // For getting help context
   252 // For getting help context
   253 // -----------------------------------------------------------------------------
   253 // -----------------------------------------------------------------------------
   254 //
   254 //
   255 void CSettingsContainer::GetHelpContext( TCoeHelpContext& aContext ) const
   255 void CSettingsContainer::GetHelpContext( TCoeHelpContext& aContext ) const
   256 	{
   256 	{
   257  /*
       
   258     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext"));
   257     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext"));
   259 	aContext.iMajor = KUidUSB; 
   258 	aContext.iMajor = KUidUSB; 
   260 	aContext.iContext = KUSB_HLP_PRINT_SETTINGS;
   259 	aContext.iContext = KUSB_HLP_PRINT_SETTINGS;
   261     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext complete"));
   260     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext complete"));
   262 */
       
   263 	}
   261 	}
   264 
   262 
   265 
   263 
   266 #endif //__SERIES60_HELP
   264 #endif //__SERIES60_HELP
   267 
   265