harvesterplugins/contacts/inc/ccontactsplugin.h
changeset 12 993ab30e92fc
parent 7 51d10d255e92
child 18 1edf350003c5
--- a/harvesterplugins/contacts/inc/ccontactsplugin.h	Wed Jun 23 18:13:49 2010 +0300
+++ b/harvesterplugins/contacts/inc/ccontactsplugin.h	Tue Jul 06 14:17:22 2010 +0300
@@ -142,6 +142,11 @@
 	// CPix database 
     CCPixIndexer* iIndexer;
 
+//for helping with testing.
+#ifdef HARVESTERPLUGINTESTER_FRIEND
+    friend class CHarvesterPluginTester;
+#endif
+    
 #ifdef __PERFORMANCE_DATA
     TTime iStartTime;
     TTime iCompleteTime;