application/inc/PodcastFeedView.h
branchRCL_3
changeset 368 b131f7696342
parent 328 75a70f4a4f6d
equal deleted inserted replaced
367:4b75876aa85a 368:b131f7696342
    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);