videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTester.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
--- a/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTester.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/mpxmyvideoscollection/tsrc/mpxmvcolltest/inc/VCXMyVideosCollectionPluginTester.h	Thu Apr 01 23:32:44 2010 +0300
@@ -281,12 +281,15 @@
          * @param aEndIndex 
          */
         void RemoveMediasFromAlbumL( const TDesC& aAlbumName, TInt aSourceDrive, TInt aStartIndex, TInt aEndIndex );
-        
+
         /**
-         * Checks the count of albums.
+         * Renames an album.
+         *
+         * @param aAlbumName
+         * @param aNewAlbumName
          */
-        bool CheckAlbumCount( int aExpectedCount );
-
+        void RenameAlbumL( const TDesC& aAlbumName, const TDesC& aNewAlbumName );
+        
         /**
          * Use to toggle automatic refresh of contents when open collection changes.
          */