engine/src/PodcastModel.cpp
changeset 82 d87e984bd8b8
parent 81 27f6f5827e5d
child 83 a2e43aa1ad11
equal deleted inserted replaced
81:27f6f5827e5d 82:d87e984bd8b8
   432 	iShowEngine->GetShowsDownloadingL(iActiveShowList);
   432 	iShowEngine->GetShowsDownloadingL(iActiveShowList);
   433 	}
   433 	}
   434 
   434 
   435 EXPORT_C void CPodcastModel::GetShowsByFeedL(TUint aFeedUid)
   435 EXPORT_C void CPodcastModel::GetShowsByFeedL(TUint aFeedUid)
   436 	{
   436 	{
   437 	DP1("iActiveShowList.Count()=%d", iActiveShowList.Count());
       
   438 	iActiveShowList.ResetAndDestroy();
   437 	iActiveShowList.ResetAndDestroy();
   439 	iShowEngine->GetShowsByFeedL(iActiveShowList, aFeedUid);
   438 	iShowEngine->GetShowsByFeedL(iActiveShowList, aFeedUid);
   440 	}
   439 	}
   441 
   440 
   442 EXPORT_C void CPodcastModel::MarkSelectionPlayedL()
   441 EXPORT_C void CPodcastModel::MarkSelectionPlayedL()