application/inc/PodcastFeedView.h
branchnewlist
changeset 350 9c4fd008e20f
parent 336 3d6c1417e8bd
equal deleted inserted replaced
349:4538abb763e4 350:9c4fd008e20f
    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);