usbuis/imageprintui/src/settingscontainer.cpp
branchRCL_3
changeset 79 25fce757be94
parent 3 47c263f7e521
child 80 e02eb84a14d2
equal deleted inserted replaced
77:5b2a402e96ac 79:25fce757be94
    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  /*
   257     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext"));
   258     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext"));
   258 	aContext.iMajor = KUidUSB; 
   259 	aContext.iMajor = KUidUSB; 
   259 	aContext.iContext = KUSB_HLP_PRINT_SETTINGS;
   260 	aContext.iContext = KUSB_HLP_PRINT_SETTINGS;
   260     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext complete"));
   261     FLOG(_L("[IMAGEPRINTUI]\t CSettingsContainer::GetHelpContext complete"));
       
   262 */
   261 	}
   263 	}
   262 
   264 
   263 
   265 
   264 #endif //__SERIES60_HELP
   266 #endif //__SERIES60_HELP
   265 
   267