application/inc/PodcastSearchView.h
branch3rded
changeset 390 d7abecc9d189
parent 175 cd124c4eb6b9
equal deleted inserted replaced
345:702ba9ffe210 390:d7abecc9d189
    23 #include "FeedEngine.h"
    23 #include "FeedEngine.h"
    24 #include "PodcastModel.h"
    24 #include "PodcastModel.h"
    25 #include "PodcastListView.h"
    25 #include "PodcastListView.h"
    26 #include "Podcast.hrh"
    26 #include "Podcast.hrh"
    27 
    27 
    28 class CPodcastSearchView : public CPodcastListView, public MEikListBoxObserver, 
    28 class CPodcastSearchView : public CPodcastListView, 
    29 	public MFeedEngineObserver
    29 	public MFeedEngineObserver
    30     {
    30     {
    31     public: 
    31     public: 
    32         static CPodcastSearchView* NewL(CPodcastModel& aPodcastModel);
    32         static CPodcastSearchView* NewL(CPodcastModel& aPodcastModel);
    33         static CPodcastSearchView* NewLC(CPodcastModel& aPodcastModel);
    33         static CPodcastSearchView* NewLC(CPodcastModel& aPodcastModel);