changeset 17 | 7d8c8d8f5eab |
parent 0 | ccd0fd43f247 |
child 26 | 367228f82b66 |
--- 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;