diff -r 993ab30e92fc -r 7d8c8d8f5eab harvesterplugins/notes/inc/notesplugin.h --- a/harvesterplugins/notes/inc/notesplugin.h Tue Jul 06 14:17:22 2010 +0300 +++ b/harvesterplugins/notes/inc/notesplugin.h Wed Aug 18 09:49:49 2010 +0300 @@ -126,6 +126,12 @@ //Notes count TInt iNoteCount; + //for unit testing. + #ifdef HARVESTERPLUGINTESTER_FRIEND + friend class CHarvesterPluginTester; + #endif + + #ifdef __PERFORMANCE_DATA TTime iStartTime; TTime iCompleteTime;