mds_plat/harvester_framework_api/inc/monitorplugin.h
branchRCL_3
changeset 12 9f21bab39f42
parent 0 c53acadfccc6
equal deleted inserted replaced
10:ab88d4a85041 12:9f21bab39f42
   112  *
   112  *
   113  * void CMyMonitorPlugin::NewFile( CHarvesterData* aHarvesterData )
   113  * void CMyMonitorPlugin::NewFile( CHarvesterData* aHarvesterData )
   114  *    {
   114  *    {
   115  *	  // Our CMyActiveObjectNotifier notifies us about new file and we notify the Harvester server about it.
   115  *	  // Our CMyActiveObjectNotifier notifies us about new file and we notify the Harvester server about it.
   116  *	  // Before this CMyActiveObjectNotifier has filled the need data to aHarvesterData like:
   116  *	  // Before this CMyActiveObjectNotifier has filled the need data to aHarvesterData like:
   117  *	  // aHarvesterData->SetEventType( EHarvesterAdd );
   117  *	  aHarvesterData->SetEventType( EHarvesterAdd );
   118  *    // aHarvesterData->SetOrigin( aOrigin );
   118  *    aHarvesterData->SetOrigin( aOrigin );
   119  *    iObserver->MonitorEvent( aHarvesterData );
   119  *    iObserver->MonitorEvent( aHarvesterData );
   120  *    }
   120  *    }
   121  */
   121  */
   122 class CMonitorPlugin : public CBase
   122 class CMonitorPlugin : public CBase
   123   	{
   123   	{