application/inc/PodcastFeedView.h
branchsymbian1
changeset 41 56821195bd44
parent 36 e010fc411ddc
child 45 56d4e0784e5d
equal deleted inserted replaced
40:bf37b9711f0a 41:56821195bd44
    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);