harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h
branchRCL_3
changeset 30 3e156c80c15d
parent 27 4a4892eec172
child 40 910a23996aa0
child 45 a93990e5815e
--- a/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Tue May 25 13:10:05 2010 +0300
+++ b/harvester/harvesterplugins/VideoPlugin/inc/harvestervideoplugin.h	Wed Jun 09 10:09:20 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 );