equal
deleted
inserted
replaced
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include <coemain.h> |
19 #include <coemain.h> |
20 #include <AknNoteWrappers.h> |
20 #include <aknnotewrappers.h> |
21 #include <AknQueryDialog.h> |
21 #include <AknQueryDialog.h> |
22 #include <CAknMemorySelectionDialog.h> |
22 #include <CAknMemorySelectionDialog.h> |
23 #include <CodUi.rsg> |
23 #include <CodUi.rsg> |
24 #include "CodDialog.h" |
24 #include "CodDialog.h" |
25 #include "CodLogger.h" |
25 #include "CodLogger.h" |
26 #include <pathinfo.h> |
26 #include <pathinfo.h> |
27 #include <SysUtil.h> |
27 #include <sysutil.h> |
28 |
28 |
29 #ifndef RD_MULTIPLE_DRIVE |
29 #ifndef RD_MULTIPLE_DRIVE |
30 _LIT(KBackSlash,"\\"); |
30 _LIT(KBackSlash,"\\"); |
31 #endif |
31 #endif |
32 |
32 |