diff -r 0bd6b9a3f027 -r 50345a6ad0c3 engine/src/PodcastModel.cpp --- a/engine/src/PodcastModel.cpp Sun Apr 04 18:14:15 2010 +0100 +++ b/engine/src/PodcastModel.cpp Sun Apr 04 18:38:49 2010 +0100 @@ -417,7 +417,6 @@ CleanupStack::PopAndDestroy(table); } - TInt CPodcastModel::GetIapId() { _LIT(KSetting, "IAP\\Id"); @@ -426,24 +425,6 @@ return iapId; } -EXPORT_C void CPodcastModel::GetAllShowsL() - { - iActiveShowList.ResetAndDestroy(); - iShowEngine->GetAllShowsL(iActiveShowList); - } - -EXPORT_C void CPodcastModel::GetNewShowsL() - { - iActiveShowList.ResetAndDestroy(); - iShowEngine->GetNewShowsL(iActiveShowList); - } - -EXPORT_C void CPodcastModel::GetShowsDownloadedL() - { - iActiveShowList.ResetAndDestroy(); - iShowEngine->GetShowsDownloadedL(iActiveShowList); - } - EXPORT_C void CPodcastModel::GetShowsDownloadingL() { iActiveShowList.ResetAndDestroy(); @@ -452,6 +433,7 @@ EXPORT_C void CPodcastModel::GetShowsByFeedL(TUint aFeedUid) { + DP1("iActiveShowList.Count()=%d", iActiveShowList.Count()); iActiveShowList.ResetAndDestroy(); iShowEngine->GetShowsByFeedL(iActiveShowList, aFeedUid); }