branch | symbian1 |
changeset 365 | 3317b29a19f1 |
parent 340 | 37610dda6102 |
child 374 | f067cee22e48 |
--- 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