application/inc/PodcastFeedView.h
branchsymbian1
changeset 356 697e27864f3a
parent 350 9c4fd008e20f
equal deleted inserted replaced
346:a0eb6aaed052 356:697e27864f3a
    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);