harvesterplugins/file/inc/cfileplugin.h
changeset 20 68cdadcf169e
parent 17 7d8c8d8f5eab
child 26 367228f82b66
--- a/harvesterplugins/file/inc/cfileplugin.h	Wed Aug 18 09:49:49 2010 +0300
+++ b/harvesterplugins/file/inc/cfileplugin.h	Thu Sep 02 20:27:46 2010 +0300
@@ -79,12 +79,6 @@
      * @aExt file extention
      */
 	TBool IsFileTypeMedia(const TDesC& aExt);
-	
-	/**
-     * RemoveFileDatabaseL deletes the database file from the requested drive 
-     * @aDrive drive number
-     */
-	void RemoveFileDatabaseL(TDriveNumber aDrive);
 
 public:
 	// 
@@ -156,12 +150,16 @@
     CFileHarvester* iHarvester;
 
     // Monitor
-    TBool iIsMonitorInit;
+    //TBool iIsMonitorInit;  unused variable
     CFileMonitor* iMonitor;
 
     // MMC monitor
     CMMCMonitor* iMmcMonitor; 
-    
+   
+    //for unit testing.
+    #ifdef HARVESTERPLUGINTESTER_FRIEND
+        friend class CHarvesterPluginTester;
+    #endif
 #ifdef __PERFORMANCE_DATA
     TTime iStartTime[26];// for the all drives
     TTime iCompleteTime;