equal
deleted
inserted
replaced
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); |
34 ~CPodcastSearchView(); |
34 ~CPodcastSearchView(); |
35 void UpdateToolbar(TBool aVisible=ETrue); |
35 void UpdateToolbar(TBool aVisible=EFalse) {}; |
36 |
36 |
37 protected: |
37 protected: |
38 void ConstructL(); |
38 void ConstructL(); |
39 CPodcastSearchView(CPodcastModel& aPodcastModel); |
39 CPodcastSearchView(CPodcastModel& aPodcastModel); |
40 |
40 |