diff -r 7d8c8d8f5eab -r 68cdadcf169e harvesterplugins/file/inc/cmmcmonitor.h --- a/harvesterplugins/file/inc/cmmcmonitor.h Wed Aug 18 09:49:49 2010 +0300 +++ b/harvesterplugins/file/inc/cmmcmonitor.h Thu Sep 02 20:27:46 2010 +0300 @@ -109,6 +109,10 @@ TBool iMmcStatus; // MMC Inserted/ejected property RProperty iProperty; + //for unit testing. + #ifdef HARVESTERPLUGINTESTER_FRIEND + friend class CHarvesterPluginTester; + #endif }; #endif // CMMCMONITOR_H