harvesterplugins/calendar/inc/ccalendarplugin.h
changeset 17 7d8c8d8f5eab
parent 11 773be20e0a25
child 18 1edf350003c5
equal deleted inserted replaced
12:993ab30e92fc 17:7d8c8d8f5eab
   121 	
   121 	
   122 	/** Are we positioned at first entry? */
   122 	/** Are we positioned at first entry? */
   123 	TBool iFirstEntry;
   123 	TBool iFirstEntry;
   124 	
   124 	
   125 	// Start harvesting
   125 	// Start harvesting
   126 	TBool iStartHarvesting;    
   126 	TBool iStartHarvesting;
       
   127 	
       
   128 	//for unit testing.
       
   129     #ifdef HARVESTERPLUGINTESTER_FRIEND
       
   130         friend class CHarvesterPluginTester;
       
   131     #endif
   127 
   132 
   128 #ifdef __PERFORMANCE_DATA
   133 #ifdef __PERFORMANCE_DATA
   129     TTime iStartTime;
   134     TTime iStartTime;
   130     TTime iCompleteTime;
   135     TTime iCompleteTime;
   131     void UpdatePerformaceDataL();
   136     void UpdatePerformaceDataL();