engine/inc/FeedInfo.h
branchsymbian1
changeset 340 37610dda6102
parent 60 4d230e702aa3
equal deleted inserted replaced
338:cfd0b92a31b5 340:37610dda6102
    68 		IMPORT_C void SetLastError(TInt aLastError);
    68 		IMPORT_C void SetLastError(TInt aLastError);
    69 		IMPORT_C TInt LastError() const;
    69 		IMPORT_C TInt LastError() const;
    70 		
    70 		
    71 		IMPORT_C CFbsBitmap* FeedIcon() const;
    71 		IMPORT_C CFbsBitmap* FeedIcon() const;
    72 		IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone);
    72 		IMPORT_C void SetFeedIcon(CFbsBitmap* aBitmapToClone);
    73 		
    73 
       
    74 		IMPORT_C TInt FeedFileSize() const;
       
    75 		IMPORT_C void SetFeedFileSize(TInt aSize);
       
    76 
    74 	private:
    77 	private:
    75 		CFeedInfo();
    78 		CFeedInfo();
    76 		void ConstructL();
    79 		void ConstructL();
    77 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
    80 		void ImageOperationCompleteL(TInt aError, TUint aHandle, CPodcastModel& aPodcastModel);
    78 	private:
    81 	private:
    86 		TTime iLastUpdated;
    89 		TTime iLastUpdated;
    87 		TUint iUid;
    90 		TUint iUid;
    88 		TBool iCustomTitle;
    91 		TBool iCustomTitle;
    89 		TInt   iLastError;
    92 		TInt   iLastError;
    90 		CFbsBitmap* iFeedIcon;	
    93 		CFbsBitmap* iFeedIcon;	
       
    94 		TInt iFeedSize;
    91 	};
    95 	};
    92 
    96 
    93 typedef RPointerArray<CFeedInfo> RFeedInfoArray;
    97 typedef RPointerArray<CFeedInfo> RFeedInfoArray;
    94 
    98 
    95 #endif
    99 #endif