videocollection/hgmyvideos/inc/vcxhgmyvideosvideolist.h
branchRCL_3
changeset 15 8f0df5c82986
parent 0 96612d01cf9f
--- 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<TInt>& aDownloads );
 		
         /**
          * Removes MPX Media object from video array.