harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h
branchRCL_3
changeset 3 6752808b2036
parent 0 c53acadfccc6
child 19 b73252188534
--- a/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h	Tue Feb 02 00:24:33 2010 +0200
+++ b/harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h	Fri Feb 19 23:14:48 2010 +0200
@@ -76,13 +76,6 @@
         void DoCancel();
         
         /**
-        * Sets a list of paths not monitor to.
-        *
-        * @param aList  Contains list of paths not monitor to.
-        */
-        void SetIgnoreListL( RPointerArray<TDesC>& aList );
-        
-        /**
          * Gets a reference to process / origin mapper, which
          * can be used to register and match which process ids
          * with a mde object's Origin value.
@@ -198,12 +191,6 @@
         RFs iFs;
 
         /**
-         * @var An ignore list. Contains paths not to monitor.
-         */
-        RPointerArray<TDesC> iIgnoreList;
-
-       
-        /**
          * 
          */
         TMdsFSPStatusPckg iStatusPckg;