--- a/engine/inc/FeedParser.h Sat Oct 16 20:10:01 2010 +0100
+++ b/engine/inc/FeedParser.h Sat Oct 16 20:33:45 2010 +0100
@@ -35,6 +35,7 @@
_LIT(KTagChannel, "channel");
_LIT(KTagEnclosure, "enclosure");
_LIT(KTagPubDate, "pubDate");
+_LIT(KTagGuid, "guid");
_LIT(KTagLastBuildDate, "lastBuildDate");
_LIT(KTagHref, "href");
@@ -52,7 +53,8 @@
EStateItemLink,
EStateItemEnclosure,
EStateItemDescription,
- EStateItemPubDate
+ EStateItemPubDate,
+ EStateItemGuid
};
enum TEncoding {
@@ -93,7 +95,7 @@
CFeedInfo *iActiveFeed;
TBuf<KBufferLength> iBuffer;
-
+ TUint iUid;
TUint iMaxItems;
TUint iItemsParsed;
TBool iStoppedParsing;