application/inc/PodcastFeedView.h
branchsymbian1
changeset 45 56d4e0784e5d
parent 36 e010fc411ddc
child 50 e7b10d6d7ba3
equal deleted inserted replaced
44:f6f9647922ba 45:56d4e0784e5d
    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 CheckResumeDownloadL();
    42 		void CheckResumeDownloadL();
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    43 		void UpdateToolbar(TBool aVisible=ETrue);
    44 
    44 		TBool ViewingShows();
       
    45 		
    45 	protected:
    46 	protected:
    46 	    void ConstructL();
    47 	    void ConstructL();
    47 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    48 		CPodcastFeedView(CPodcastModel& aPodcastModel);
    48 
    49 
    49 		/**
    50 		/**