diff -r 998e9d114bd5 -r 3317b29a19f1 engine/inc/FeedParser.h --- a/engine/inc/FeedParser.h Tue Nov 16 10:39:20 2010 +0000 +++ b/engine/inc/FeedParser.h Tue Nov 16 11:34:24 2010 +0000 @@ -62,6 +62,13 @@ ELatin1 }; +enum TFeedDirection + { + EFeedUnknown, + EFeedAddsAtTop, + EFeedAddsAtBottom + }; + const int KBufferLength = 1024; class CFeedParser : public CBase, public Xml::MContentHandler @@ -102,6 +109,8 @@ TEncoding iEncoding; RFs& iRfs; TInt iFileSize; + TFeedDirection iFeedDirection; + TTime iPreviousPubDate; }; #endif