equal
deleted
inserted
replaced
13 * |
13 * |
14 * Description: An Opml parser. |
14 * Description: An Opml parser. |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 #ifndef OPML_PARSER_H |
19 #ifndef OPML_PARSER_H |
19 #define OPML_PARSER_H |
20 #define OPML_PARSER_H |
|
21 |
20 |
22 |
21 // INCLUDES |
23 // INCLUDES |
22 #include <e32base.h> |
24 #include <e32base.h> |
23 #include <xmlengdom.h> |
25 #include <xmlengdom.h> |
24 |
26 |
25 #include <leaktracker.h> |
27 #include "LeakTracker.h" |
26 |
28 |
27 // CONSTANTS |
29 // CONSTANTS |
28 |
30 |
29 // MACROS |
31 // MACROS |
30 |
32 |