harvester/monitorplugins/fileplugin/inc/fileeventhandlerao.h
branchRCL_3
changeset 8 6752808b2036
parent 0 c53acadfccc6
child 43 c5e73110f733
equal deleted inserted replaced
3:b73a2e62868f 8:6752808b2036
    74         * Cancels file server notifying. Inherited from CActive.
    74         * Cancels file server notifying. Inherited from CActive.
    75         */
    75         */
    76         void DoCancel();
    76         void DoCancel();
    77         
    77         
    78         /**
    78         /**
    79         * Sets a list of paths not monitor to.
       
    80         *
       
    81         * @param aList  Contains list of paths not monitor to.
       
    82         */
       
    83         void SetIgnoreListL( RPointerArray<TDesC>& aList );
       
    84         
       
    85         /**
       
    86          * Gets a reference to process / origin mapper, which
    79          * Gets a reference to process / origin mapper, which
    87          * can be used to register and match which process ids
    80          * can be used to register and match which process ids
    88          * with a mde object's Origin value.
    81          * with a mde object's Origin value.
    89          * @return Handle to File monitor's CProcessOriginMapper.
    82          * @return Handle to File monitor's CProcessOriginMapper.
    90          */
    83          */
   196          * @var A file server.
   189          * @var A file server.
   197          */
   190          */
   198         RFs iFs;
   191         RFs iFs;
   199 
   192 
   200         /**
   193         /**
   201          * @var An ignore list. Contains paths not to monitor.
       
   202          */
       
   203         RPointerArray<TDesC> iIgnoreList;
       
   204 
       
   205        
       
   206         /**
       
   207          * 
   194          * 
   208          */
   195          */
   209         TMdsFSPStatusPckg iStatusPckg;
   196         TMdsFSPStatusPckg iStatusPckg;
   210 
   197 
   211         /**
   198         /**