launcher/inc/launcherengine.h
branchRCL_3
changeset 5 685c7418c584
parent 0 d6fe6244b863
child 11 454d022d514b
equal deleted inserted replaced
3:2703485a934c 5:685c7418c584
    22 #include "launcherparserobserver.h"
    22 #include "launcherparserobserver.h"
    23 
    23 
    24 #include <aknappui.h>
    24 #include <aknappui.h>
    25 #include <e32base.h>
    25 #include <e32base.h>
    26 #include <apgcli.h>
    26 #include <apgcli.h>
       
    27 #include "../symbian_version.hrh"
       
    28 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    27 #include <SendUi.h>
    29 #include <SendUi.h>
       
    30 #endif 
    28 #include <aknprogressdialog.h>
    31 #include <aknprogressdialog.h>
    29 #include <maknfileselectionobserver.h>
    32 #include <maknfileselectionobserver.h>
    30 
    33 
    31 class CLauncherAppUi;
    34 class CLauncherAppUi;
    32 class CLauncherContainerApps;
    35 class CLauncherContainerApps;
    59     TInt DeleteBCLogFile();
    62     TInt DeleteBCLogFile();
    60     TBool LogFileExists();
    63     TBool LogFileExists();
    61     TBool BCLogFileExists();
    64     TBool BCLogFileExists();
    62     void AnalyseDLLsL();
    65     void AnalyseDLLsL();
    63     void StopLaunchingL();
    66     void StopLaunchingL();
       
    67 	#if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 )
    64     void SendLogViaSendUiL(CSendUi* aSendUi);
    68     void SendLogViaSendUiL(CSendUi* aSendUi);
    65     void SendListOfSystemDllsViaSendUiL(CSendUi* aSendUi);
    69     void SendListOfSystemDllsViaSendUiL(CSendUi* aSendUi);
       
    70 	#endif 
    66     TBool SelectRequiredDLLsFileL();
    71     TBool SelectRequiredDLLsFileL();
    67         
    72         
    68     // From MLauncherParserObserver
    73     // From MLauncherParserObserver
    69     void ElementParsedL(const CLauncherDLLElement& aDllElement);
    74     void ElementParsedL(const CLauncherDLLElement& aDllElement);
    70     void DocumentParsedL(TInt aErrorCode);
    75     void DocumentParsedL(TInt aErrorCode);