equal
deleted
inserted
replaced
26 #include <aknnotewrappers.h> |
26 #include <aknnotewrappers.h> |
27 #include <SisxUIData.rsg> |
27 #include <SisxUIData.rsg> |
28 #include <SWInstCommonUI.rsg> |
28 #include <SWInstCommonUI.rsg> |
29 #include <SWInstDefs.h> |
29 #include <SWInstDefs.h> |
30 #include <featmgr.h> |
30 #include <featmgr.h> |
31 #include <csxhelp/am.hlp.hrh> |
31 //#include <csxhelp/am.hlp.hrh> |
32 #include <swi/sisinstallerrors.h> |
32 #include <swi/sisinstallerrors.h> |
33 #include <AknUtils.h> |
33 #include <AknUtils.h> |
34 #include <eikfrlb.h> //for the marquee effect |
34 #include <eikfrlb.h> //for the marquee effect |
35 #include <eikfrlbd.h> //for the marquee effect |
35 #include <eikfrlbd.h> //for the marquee effect |
36 |
36 |
1835 // (other items were commented in a header). |
1835 // (other items were commented in a header). |
1836 // ----------------------------------------------------------------------------- |
1836 // ----------------------------------------------------------------------------- |
1837 // |
1837 // |
1838 TInt CSisxUIHandler::ShowCapabilitiesHelp( TAny* aPtr ) |
1838 TInt CSisxUIHandler::ShowCapabilitiesHelp( TAny* aPtr ) |
1839 { |
1839 { |
1840 TRAP_IGNORE( |
1840 //TRAP_IGNORE( |
1841 reinterpret_cast<CSisxUIHandler*>(aPtr)->iCommonDialogs->LaunchHelpL( KAM_HLP_INSTALL_CAPAB ) |
1841 // reinterpret_cast<CSisxUIHandler*>(aPtr)->iCommonDialogs->LaunchHelpL( KAM_HLP_INSTALL_CAPAB ) |
1842 ); |
1842 // ); |
1843 |
1843 |
1844 return KErrNone; |
1844 return KErrNone; |
1845 } |
1845 } |
1846 |
1846 |
1847 |
1847 |