--- a/videocollection/hgmyvideos/inc/vcxhgmyvideosvideomodelhandler.h Tue Sep 14 21:23:06 2010 +0300
+++ b/videocollection/hgmyvideos/inc/vcxhgmyvideosvideomodelhandler.h Wed Sep 15 12:15:24 2010 +0300
@@ -458,6 +458,16 @@
* This method resets iMarkedMediaList before returning.
*/
void RestoreMarkingsL();
+
+ /**
+ * Resets the empty thumbnail from DRM protected video clip.
+ * This causes the thumbnail to be attempted to be regenerated
+ * next time the thumbnail is fetched fron thumbnail manager.
+ *
+ * @param aMedia Media from which new video tag will be cleared.
+ * @param aIndex Index of the visible item.
+ */
+ void ResetEmptyDrmThumnailL( CMPXMedia& aMedia, TInt aIndex );
private: