changeset 15 | df6898e696c6 |
parent 0 | ccd0fd43f247 |
child 26 | 367228f82b66 |
--- a/harvesterplugins/notes/inc/notesplugin.h Mon Jul 12 00:27:06 2010 +0530 +++ b/harvesterplugins/notes/inc/notesplugin.h Mon Jul 26 12:45:04 2010 +0530 @@ -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;