diff -r 55fa1ec415c6 -r 8f0df5c82986 videocollection/hgmyvideos/inc/vcxhgmyvideosvideolist.h --- a/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolist.h Tue May 11 16:15:40 2010 +0300 +++ b/videocollection/hgmyvideos/inc/vcxhgmyvideosvideolist.h Tue May 25 12:44:54 2010 +0300 @@ -79,27 +79,19 @@ public: // Data fetching and status information. /** + * Checks whether the new list has the same items as the old one. + * + * @param aVideoList The new video list. + * @return ETrue/EFalse. + */ + TBool HasSameItemsL( const CMPXMediaArray& aVideoList ); + + /** * Returns count of video items. * * @return Count of items. */ TInt VideoCount(); - - /** - * Gets video's download state based on list index. - * - * @param aIndex Index to video list. - * @return Video's download state as TVcxMyVideosDownloadState structure. - */ - TVcxMyVideosDownloadState VideoDownloadState( TInt aIndex ); - - /** - * Returns a list of item indexes which downloading - * state is different than EVcxMyVideosDlStateNone. - * - * @return List of item indexes. - */ - void GetOngoingDownloads( RArray& aDownloads ); /** * Removes MPX Media object from video array.