mds_plat/harvester_framework_api/inc/monitorplugin.h
branchRCL_3
changeset 12 9f21bab39f42
parent 0 c53acadfccc6
--- a/mds_plat/harvester_framework_api/inc/monitorplugin.h	Tue Apr 27 17:05:23 2010 +0300
+++ b/mds_plat/harvester_framework_api/inc/monitorplugin.h	Tue May 11 16:36:55 2010 +0300
@@ -114,8 +114,8 @@
  *    {
  *	  // Our CMyActiveObjectNotifier notifies us about new file and we notify the Harvester server about it.
  *	  // Before this CMyActiveObjectNotifier has filled the need data to aHarvesterData like:
- *	  // aHarvesterData->SetEventType( EHarvesterAdd );
- *    // aHarvesterData->SetOrigin( aOrigin );
+ *	  aHarvesterData->SetEventType( EHarvesterAdd );
+ *    aHarvesterData->SetOrigin( aOrigin );
  *    iObserver->MonitorEvent( aHarvesterData );
  *    }
  */