mds_plat/harvester_framework_api/inc/monitorplugin.h
branchCompilerCompatibility
changeset 18 d2b022566a3e
parent 0 c53acadfccc6
equal deleted inserted replaced
16:a0569b7c23b8 18:d2b022566a3e
    57  * 
    57  * 
    58  * // interface for notifying Monitor plug-in about new files
    58  * // interface for notifying Monitor plug-in about new files
    59  * class MMonitorNotifier
    59  * class MMonitorNotifier
    60  *	{
    60  *	{
    61  *   public:
    61  *   public:
    62  *   	/**
    62  *
    63  *	    * Called when we notice a new file/item
    63  *	    * Called when we notice a new file/item
    64  *	    *
    64  *	    *
    65  *	    * @param aHarvesterData  Pointer to harvesting related data/harvesting request data
    65  *	    * @param aHarvesterData  Pointer to harvesting related data/harvesting request data
    66  *	    *
    66  *	    *
    67  *   	virtual void NewFile( CHarvesterData* aHarvesterData ) = 0;
    67  *   	virtual void NewFile( CHarvesterData* aHarvesterData ) = 0;