harvesterplugins/calendar/inc/ccalendarplugin.h
changeset 17 7d8c8d8f5eab
parent 11 773be20e0a25
child 18 1edf350003c5
--- a/harvesterplugins/calendar/inc/ccalendarplugin.h	Tue Jul 06 14:17:22 2010 +0300
+++ b/harvesterplugins/calendar/inc/ccalendarplugin.h	Wed Aug 18 09:49:49 2010 +0300
@@ -123,7 +123,12 @@
 	TBool iFirstEntry;
 	
 	// Start harvesting
-	TBool iStartHarvesting;    
+	TBool iStartHarvesting;
+	
+	//for unit testing.
+    #ifdef HARVESTERPLUGINTESTER_FRIEND
+        friend class CHarvesterPluginTester;
+    #endif
 
 #ifdef __PERFORMANCE_DATA
     TTime iStartTime;