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