browserutilities/feedsengine/FeedsServer/FeedHandler/src/FeedParser.cpp
changeset 37 cb62a4f66ebe
parent 36 0ed94ceaa377
child 65 5bfc169077b2
child 70 8bfb9186a8b8
equal deleted inserted replaced
36:0ed94ceaa377 37:cb62a4f66ebe
    13 *
    13 *
    14 * Description:  Parser "base" class.
    14 * Description:  Parser "base" class.
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
       
    19 #include <TInternetDate.h>
    18 #include <TInternetDate.h>
    20 
    19 
    21 #include "FeedParser.h"
    20 #include "FeedParser.h"
    22 #include "FeedParserObserver.h"
    21 #include "FeedParserObserver.h"
    23 #include "leaktracker.h"
    22 #include <leaktracker.h>
    24 #include "XmlUtils.h"
    23 #include <xmlutils.h>
    25 
       
    26 
    24 
    27 _LIT8(KUrlStr, "url");
    25 _LIT8(KUrlStr, "url");
    28 
    26 
    29 // -----------------------------------------------------------------------------
    27 // -----------------------------------------------------------------------------
    30 // CFeedParser::CFeedParser
    28 // CFeedParser::CFeedParser