engine/src/FeedParser.cpp
branchpodcatcher_qt_symbian4
changeset 228 c553fa9dcbe5
parent 126 c2f1ea38ec70
equal deleted inserted replaced
227:325137e6edd1 228:c553fa9dcbe5
    22 #include <s32file.h>
    22 #include <s32file.h>
    23 #include <charconv.h>
    23 #include <charconv.h>
    24 #include <xml/stringdictionarycollection.h>
    24 #include <xml/stringdictionarycollection.h>
    25 #include <utf.h>
    25 #include <utf.h>
    26 #include <tinternetdate.h>
    26 #include <tinternetdate.h>
    27 #include "debug.h"
    27 #include "podcatcher_debug.h"
    28 #include "podcastutils.h"
    28 #include "podcastutils.h"
    29 
    29 
    30 using namespace Xml;
    30 using namespace Xml;
    31 const TInt KMaxParseBuffer = 1024;
    31 const TInt KMaxParseBuffer = 1024;
    32 const TInt KMaxStringBuffer = 100;
    32 const TInt KMaxStringBuffer = 100;