diff -r 31d05afa1a52 -r 1cc7501102a8 application/inc/PodcastShowsView.h --- a/application/inc/PodcastShowsView.h Sat Apr 24 21:46:17 2010 +0100 +++ b/application/inc/PodcastShowsView.h Sat Apr 24 22:26:43 2010 +0100 @@ -97,9 +97,10 @@ void FormatShowInfoListBoxItemL(CShowInfo& aShowInfo, TInt aSizeDownloaded = 0); void HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& aPenEventScreenLocation); + void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex); + void CreateIconsL(); private: - void GetShowIcons(CShowInfo* aShowInfo, TInt& aIconIndex); void DisplayShowInfoDialogL(); void HandleSetShowPlayedL(TBool aPlayed); void HandleDeleteShowL(); @@ -107,10 +108,9 @@ void HandleSetShowPlayed(TBool aPlayed); void HandleDeleteShow(); void UpdateViewTitleL(); - void CreateIconsL(); void GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode); -private: +protected: CPodcastModel& iPodcastModel; TBool iProgressAdded;