equal
deleted
inserted
replaced
834 showsDownloading.ResetAndDestroy(); |
834 showsDownloading.ResetAndDestroy(); |
835 } |
835 } |
836 |
836 |
837 void CPodcastFeedView::OpmlParsingComplete(TInt aError, TUint aNumFeedsImported) |
837 void CPodcastFeedView::OpmlParsingComplete(TInt aError, TUint aNumFeedsImported) |
838 { |
838 { |
|
839 TRAP_IGNORE(OpmlParsingCompleteL(aError, aNumFeedsImported)); |
|
840 } |
|
841 |
|
842 void CPodcastFeedView::OpmlParsingCompleteL(TInt aError, TUint aNumFeedsImported) |
|
843 { |
839 DP("CPodcastFeedView::OpmlParsingComplete BEGIN"); |
844 DP("CPodcastFeedView::OpmlParsingComplete BEGIN"); |
840 |
845 |
841 switch (aError) |
846 switch (aError) |
842 { |
847 { |
843 case KErrCouldNotConnect: |
848 case KErrCouldNotConnect: |
898 iPodcastModel.FeedEngine().CancelUpdateAllFeeds(); |
903 iPodcastModel.FeedEngine().CancelUpdateAllFeeds(); |
899 } |
904 } |
900 |
905 |
901 void CPodcastFeedView::GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode) |
906 void CPodcastFeedView::GetFeedErrorText(TDes &aErrorMessage, TInt aErrorCode) |
902 { |
907 { |
903 ((CPodcastAppUi*)AppUi())->GetErrorText(aErrorMessage,aErrorCode); |
908 TRAP_IGNORE(((CPodcastAppUi*)AppUi())->GetErrorTextL(aErrorMessage,aErrorCode)); |
904 } |
909 } |
905 |
910 |
906 void CPodcastFeedView::HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& /* aPenEventScreenLocation */) |
911 void CPodcastFeedView::HandleLongTapEventL( const TPoint& aPenEventLocation, const TPoint& /* aPenEventScreenLocation */) |
907 { |
912 { |
908 DP("CPodcastListView::HandleLongTapEventL BEGIN"); |
913 DP("CPodcastListView::HandleLongTapEventL BEGIN"); |