harvester/monitorplugins/mmcplugin/inc/mmcmonitorao.h
branchRCL_3
changeset 15 3cebc1a84278
parent 8 6752808b2036
equal deleted inserted replaced
14:646a02f170b9 15:3cebc1a84278
    73         * @return ETrue if success, EFalse if not
    73         * @return ETrue if success, EFalse if not
    74         */
    74         */
    75         TBool StopMonitoring();
    75         TBool StopMonitoring();
    76         
    76         
    77         /**
    77         /**
    78         * Resumes paused monitoring.
       
    79         *
       
    80         * @return ETrue if success, EFalse if not
       
    81         */
       
    82         TBool Resume();
       
    83         
       
    84         /**
       
    85         * Pauses monitoring.
       
    86         *
       
    87         * @return ETrue if success, EFalse if not
       
    88         */
       
    89         TBool Pause();
       
    90         
       
    91         /**
       
    92         * Inherited from CActive. This method will be called on file server notifying.
    78         * Inherited from CActive. This method will be called on file server notifying.
    93         */
    79         */
    94         void RunL();
    80         void RunL();
    95         
    81         
    96         /**
    82         /**