equal
deleted
inserted
replaced
16 */ |
16 */ |
17 |
17 |
18 #ifndef __LAUNCHER_ENGINE_H__ |
18 #ifndef __LAUNCHER_ENGINE_H__ |
19 #define __LAUNCHER_ENGINE_H__ |
19 #define __LAUNCHER_ENGINE_H__ |
20 |
20 |
21 #include "Launcher.hrh" |
21 #include "launcher.hrh" |
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" |
27 #include "../symbian_version.hrh" |
28 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) |
28 #if ( SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 ) |
29 #include <SendUi.h> |
29 #include <sendui.h> |
30 #endif |
30 #endif |
31 #include <aknprogressdialog.h> |
31 #include <AknProgressDialog.h> |
32 #include <maknfileselectionobserver.h> |
32 #include <MAknFileSelectionObserver.h> |
33 |
33 |
34 class CLauncherAppUi; |
34 class CLauncherAppUi; |
35 class CLauncherContainerApps; |
35 class CLauncherContainerApps; |
36 class CLauncherContainerOutput; |
36 class CLauncherContainerOutput; |
37 |
37 |