diff -r b73a2e62868f -r 6752808b2036 harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h --- 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& 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 iIgnoreList; - - - /** * */ TMdsFSPStatusPckg iStatusPckg;