equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: Translates CFolderItems back to opml. |
14 * Description: Translates CFolderItems back to opml. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 #ifndef OPML_WRITER_H |
19 #ifndef OPML_WRITER_H |
19 #define OPML_WRITER_H |
20 #define OPML_WRITER_H |
|
21 |
20 |
22 |
21 // INCLUDES |
23 // INCLUDES |
22 #include <e32base.h> |
24 #include <e32base.h> |
23 #include <f32file.h> |
25 #include <f32file.h> |
24 #include <libxml2_parser.h> |
26 #include <libxml2_parser.h> |
25 #include <libxml2_encoding.h> |
27 #include <libxml2_encoding.h> |
26 #include "libxml2_xmlwriter.h" |
28 #include "libxml2_xmlwriter.h" |
27 |
29 |
28 #include "FeedsDatabase.h" |
30 #include "FeedsDatabase.h" |
29 #include "CleanupLibXml2.h" |
31 #include "CleanupLibXml2.h" |
30 #include <xmlutils.h> |
32 #include "XmlUtils.h" |
|
33 |
|
34 |
31 |
35 |
32 // CONSTANTS |
36 // CONSTANTS |
33 |
37 |
34 // MACROS |
38 // MACROS |
35 |
39 |
38 // FUNCTION PROTOTYPES |
42 // FUNCTION PROTOTYPES |
39 |
43 |
40 // FORWARD DECLARATIONS |
44 // FORWARD DECLARATIONS |
41 |
45 |
42 // CLASS DECLARATION |
46 // CLASS DECLARATION |
|
47 |
43 |
48 |
44 /** |
49 /** |
45 * Translates CFolderItems back to opml. |
50 * Translates CFolderItems back to opml. |
46 * |
51 * |
47 * \b Library: FeedsEngine.lib |
52 * \b Library: FeedsEngine.lib |