30 #include "creator_scriptentry.h" |
30 #include "creator_scriptentry.h" |
31 #include "creator_modulebase.h" |
31 #include "creator_modulebase.h" |
32 #include "creator_browser.h" |
32 #include "creator_browser.h" |
33 #include "creator_calendar.h" |
33 #include "creator_calendar.h" |
34 #include "creator_phonebookbase.h" |
34 #include "creator_phonebookbase.h" |
|
35 #if SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 |
35 #include "creator_note.h" |
36 #include "creator_note.h" |
|
37 #endif |
36 #include "creator_log.h" |
38 #include "creator_log.h" |
37 #include "creator_connectionmethodbase.h" |
39 #include "creator_connectionmethodbase.h" |
38 #include "creator_mailbox.h" |
40 #include "creator_mailbox.h" |
|
41 #if SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 |
39 #include "creator_imps.h" |
42 #include "creator_imps.h" |
|
43 #endif |
40 #include "creator_message.h" |
44 #include "creator_message.h" |
41 #include "creator_landmark.h" |
45 #include "creator_landmark.h" |
42 #include "creator_randomdataparser.h" |
46 #include "creator_randomdataparser.h" |
43 |
47 |
44 #include <e32base.h> |
48 #include <e32base.h> |
54 |
58 |
55 class CCreatorAppUi; |
59 class CCreatorAppUi; |
56 class TCommand; |
60 class TCommand; |
57 class CCreatorBrowser; |
61 class CCreatorBrowser; |
58 class CCreatorCalendarBase; |
62 class CCreatorCalendarBase; |
|
63 #if SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 |
59 class CCreatorNotepad; |
64 class CCreatorNotepad; |
|
65 #endif |
60 class CCreatorLogs; |
66 class CCreatorLogs; |
61 class CCreatorAccessPoints; |
67 class CCreatorAccessPoints; |
62 class CCreatorMailboxes; |
68 class CCreatorMailboxes; |
63 class CCreatorIMPS; |
69 class CCreatorIMPS; |
64 class CCreatorFiles; |
70 class CCreatorFiles; |
283 |
289 |
284 // modules |
290 // modules |
285 CCreatorBrowser* iBrowser; |
291 CCreatorBrowser* iBrowser; |
286 CCreatorCalendarBase* iCalendar; |
292 CCreatorCalendarBase* iCalendar; |
287 CCreatorPhonebookBase* iPhonebook; |
293 CCreatorPhonebookBase* iPhonebook; |
|
294 #if SYMBIAN_VERSION_SUPPORT < SYMBIAN_4 |
288 CCreatorNotepad* iNotepad; |
295 CCreatorNotepad* iNotepad; |
|
296 #endif |
289 CCreatorLogs* iLogs; |
297 CCreatorLogs* iLogs; |
290 CCreatorConnectionSettingsBase* iAccessPoints; |
298 CCreatorConnectionSettingsBase* iAccessPoints; |
291 CCreatorMailboxes* iMailboxes; |
299 CCreatorMailboxes* iMailboxes; |
292 CCreatorIMPS* iIMPS; |
300 CCreatorIMPS* iIMPS; |
293 CCreatorFiles* iFiles; |
301 CCreatorFiles* iFiles; |