branch | RCL_3 |
changeset 49 | 919f36ff910f |
parent 48 | 79859ed3eea9 |
48:79859ed3eea9 | 49:919f36ff910f |
---|---|
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 #include "OpmlWriter.h" |
19 #include "OpmlWriter.h" |
20 |
20 |
21 #include <escapeutils.h> |
21 #include <EscapeUtils.h> |
22 |
22 |
23 _LIT(KTempDirName, "c:\\system\\temp\\"); |
23 _LIT(KTempDirName, "c:\\system\\temp\\"); |
24 |
24 |
25 // Private conts. |
25 // Private conts. |
26 _LIT8(KUtf8, "utf8"); |
26 _LIT8(KUtf8, "utf8"); |