engine/inc/FeedInfo.h
changeset 91 87cb33beeae2
parent 32 26a3f2dfba08
child 93 bbf5c5204844
equal deleted inserted replaced
59:9569ea080d5a 91:87cb33beeae2
    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 FeedIconIndex() const;
    74 	//	IMPORT_C TInt FeedIconIndex() const;
    75 		IMPORT_C void SetFeedIconIndex(TInt aIndex);
    75 //		IMPORT_C void SetFeedIconIndex(TInt aIndex);
    76 	private:
    76 	private:
    77 		CFeedInfo();
    77 		CFeedInfo();
    78 		void ConstructL();
    78 		void ConstructL();
    79 		void ImageOperationCompleteL(TInt aError, TUint aHandle);
    79 		void ImageOperationCompleteL(TInt aError, TUint aHandle);
    80 	private:
    80 	private:
    88 		TTime iLastUpdated;
    88 		TTime iLastUpdated;
    89 		TUint iUid;
    89 		TUint iUid;
    90 		TBool iCustomTitle;
    90 		TBool iCustomTitle;
    91 		TInt   iLastError;
    91 		TInt   iLastError;
    92 		CFbsBitmap* iFeedIcon;	
    92 		CFbsBitmap* iFeedIcon;	
    93 		TInt iFeedIconIndex;
       
    94 	};
    93 	};
    95 
    94 
    96 typedef RPointerArray<CFeedInfo> RFeedInfoArray;
    95 typedef RPointerArray<CFeedInfo> RFeedInfoArray;
    97 
    96 
    98 #endif
    97 #endif