diff -r 773be20e0a25 -r 993ab30e92fc harvesterplugins/contacts/inc/ccontactsplugin.h --- 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;