equal
deleted
inserted
replaced
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); |
40 ~CPodcastFeedView(); |
40 ~CPodcastFeedView(); |
41 void UpdateItemL(TInt aIndex); |
41 void UpdateItemL(TInt aIndex); |
42 void CheckResumeDownload(); |
42 void CheckResumeDownloadL(); |
43 void UpdateToolbar(TBool aVisible=ETrue); |
43 void UpdateToolbar(TBool aVisible=ETrue); |
44 |
44 |
45 protected: |
45 protected: |
46 void ConstructL(); |
46 void ConstructL(); |
47 CPodcastFeedView(CPodcastModel& aPodcastModel); |
47 CPodcastFeedView(CPodcastModel& aPodcastModel); |