engine/inc/FeedInfo.h
branch3rded
changeset 343 9c56bf585696
parent 60 4d230e702aa3
--- a/engine/inc/FeedInfo.h	Sat Oct 23 17:30:22 2010 +0100
+++ b/engine/inc/FeedInfo.h	Sat Nov 13 13:54:36 2010 +0000
@@ -70,7 +70,10 @@
 		
 		IMPORT_C CFbsBitmap* FeedIcon() const;
 		IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone);
-		
+
+		IMPORT_C TInt FeedFileSize() const;
+		IMPORT_C void SetFeedFileSize(TInt aSize);
+
 	private:
 		CFeedInfo();
 		void ConstructL();
@@ -88,6 +91,7 @@
 		TBool iCustomTitle;
 		TInt   iLastError;
 		CFbsBitmap* iFeedIcon;	
+		TInt iFeedSize;
 	};
 
 typedef RPointerArray<CFeedInfo> RFeedInfoArray;