26 #include <aknlists.h> |
26 #include <aknlists.h> |
27 #include <pathinfo.h> |
27 #include <pathinfo.h> |
28 #include <coecntrl.h> |
28 #include <coecntrl.h> |
29 #include <AknsUtils.h> |
29 #include <AknsUtils.h> |
30 #include <cchclient.h> |
30 #include <cchclient.h> |
31 #include <csc.hlp.hrh> |
|
32 #include <akncontext.h> |
31 #include <akncontext.h> |
33 #include <AknIconArray.h> |
32 #include <AknIconArray.h> |
34 #include <StringLoader.h> |
33 #include <StringLoader.h> |
35 #include <aknViewAppUi.h> |
34 #include <aknViewAppUi.h> |
36 #include <AiwServiceHandler.h> |
35 #include <AiwServiceHandler.h> |
37 #include <mspnotifychangeobserver.h> |
36 #include <mspnotifychangeobserver.h> |
|
37 #include <cscengsettingscleanupplugininterface.h> |
|
38 |
|
39 #include <csxhelp/voip.hlp.hrh> |
38 #include <data_caging_path_literals.hrh> |
40 #include <data_caging_path_literals.hrh> |
39 #include <cscengsettingscleanupplugininterface.h> |
|
40 |
41 |
41 #include "mcscservicecontainerobserver.h" |
42 #include "mcscservicecontainerobserver.h" |
42 #include "csclogger.h" |
43 #include "csclogger.h" |
43 #include "cscdialog.h" |
44 #include "cscdialog.h" |
44 #include "cscconstants.h" |
45 #include "cscconstants.h" |
787 // ----------------------------------------------------------------------------- |
788 // ----------------------------------------------------------------------------- |
788 // |
789 // |
789 void CCSCServiceContainer::GetHelpContext( |
790 void CCSCServiceContainer::GetHelpContext( |
790 TCoeHelpContext& aContext ) const |
791 TCoeHelpContext& aContext ) const |
791 { |
792 { |
792 aContext.iMajor = KUidCscHelp; |
793 aContext.iMajor = KCscHelpUid; |
793 aContext.iContext = KVOIP_HLP_CSC; |
794 aContext.iContext = KVOIP_HLP_CSC; |
794 } |
795 } |
795 |
796 |
796 |
797 |
797 // --------------------------------------------------------------------------- |
798 // --------------------------------------------------------------------------- |