mds_plat/harvester_framework_api/tsrc/HarvesterClientTest/inc/HarvesterClientTestScripter.h
branchRCL_3
changeset 12 9f21bab39f42
parent 0 c53acadfccc6
--- a/mds_plat/harvester_framework_api/tsrc/HarvesterClientTest/inc/HarvesterClientTestScripter.h	Tue Apr 27 17:05:23 2010 +0300
+++ b/mds_plat/harvester_framework_api/tsrc/HarvesterClientTest/inc/HarvesterClientTestScripter.h	Tue May 11 16:36:55 2010 +0300
@@ -27,6 +27,8 @@
 #include "mdccommon.h"
 #include "mdesession.h"
 #include "mdequery.h"
+#include "harvestermediaidutil.h"
+#include "blacklistclient.h"
 
 // CONSTANTS
 
@@ -142,6 +144,11 @@
         virtual TInt Results( CStifItemParser& aItem );
         virtual TInt AddHarvesterEventObserverL( CStifItemParser& aItem );
         virtual TInt RemoveHarvesterEventObserverL( CStifItemParser& aItem );
+        virtual TInt SetUpBlacklistL( CStifItemParser& aItem );
+        virtual TInt TearDownBlacklistL( CStifItemParser& aItem );
+        virtual TInt AddFileToBlacklistL( CStifItemParser& aItem );
+        virtual TInt CheckBlacklistL( CStifItemParser& aItem );
+        virtual TInt RemoveFileFromBlacklistL( CStifItemParser& aItem );
         
     private:    // Data
         // Status booleans
@@ -162,6 +169,10 @@
         RArray<TItemId> iObjectIdArray;
         
         TFileName iUri;
+
+        RBlacklistClient iBlacklistClient;
+        CHarvesterMediaIdUtil* iMediaIdUtil;
+        RFs iFs;
     };
 
 #endif      // HARVESTERCLIENTTESTSCRIPTER_H