harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
changeset 31 81125601ee77
parent 28 c461c7fa72c2
child 40 910a23996aa0
child 45 a93990e5815e
--- a/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Thu May 27 13:18:43 2010 +0300
+++ b/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Fri Jun 11 14:04:21 2010 +0300
@@ -221,6 +221,12 @@
 		void GetMp4Type( RFile64& aFile, TDes& aType );
 		
 		void GetRmTypeL( RFile64& aFile, TDes& aType );
+
+        TInt AddFileToBlackList( const TFileName& aFullName, const TUint32& aMediaId );
+
+        TInt RemoveFileFromBlackList( const TFileName& aFullName, const TUint32& aMediaId );
+
+        TInt GetFileFullNameAndMediaId( const RFile64& aFile, TFileName& aFullName, TUint32& mediaId);
 	
 		const THarvestingHandling* FindHandler( const TDesC& aUri );