application/inc/PodcastFeedView.h
branch3rded
changeset 390 d7abecc9d189
parent 343 9c56bf585696
equal deleted inserted replaced
345:702ba9ffe210 390:d7abecc9d189
    29 	EOpmlIdle,
    29 	EOpmlIdle,
    30 	EOpmlImporting,
    30 	EOpmlImporting,
    31 	EOpmlSearching
    31 	EOpmlSearching
    32 };
    32 };
    33 
    33 
    34 class CPodcastFeedView : public CPodcastListView, public MEikListBoxObserver, 
    34 class CPodcastFeedView : public CPodcastListView, 
    35 	public MFeedEngineObserver, public MImageHandlerCallback
    35 	public MFeedEngineObserver, public MImageHandlerCallback
    36     {
    36     {
    37     public: 
    37     public: 
    38         static CPodcastFeedView* NewL(CPodcastModel& aPodcastModel);
    38         static CPodcastFeedView* NewL(CPodcastModel& aPodcastModel);
    39         static CPodcastFeedView* NewLC(CPodcastModel& aPodcastModel);
    39         static CPodcastFeedView* NewLC(CPodcastModel& aPodcastModel);