diff -r 2703485a934c -r 685c7418c584 launcher/inc/launcherengine.h --- a/launcher/inc/launcherengine.h Fri Feb 19 22:51:38 2010 +0200 +++ b/launcher/inc/launcherengine.h Fri Mar 12 15:42:49 2010 +0200 @@ -24,7 +24,10 @@ #include #include #include +#include "../symbian_version.hrh" +#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) #include +#endif #include #include @@ -61,8 +64,10 @@ TBool BCLogFileExists(); void AnalyseDLLsL(); void StopLaunchingL(); + #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) void SendLogViaSendUiL(CSendUi* aSendUi); void SendListOfSystemDllsViaSendUiL(CSendUi* aSendUi); + #endif TBool SelectRequiredDLLsFileL(); // From MLauncherParserObserver