diff -r 2f67eb14d003 -r 4a2987baf8f7 harvesterplugins/messaging/smsmms/inc/cmessagemonitor.h --- a/harvesterplugins/messaging/smsmms/inc/cmessagemonitor.h Wed Jun 23 17:22:18 2010 +0100 +++ b/harvesterplugins/messaging/smsmms/inc/cmessagemonitor.h Mon Jun 28 11:03:15 2010 +0530 @@ -114,7 +114,6 @@ TCPixActionType iAction; TMsvId iFolderId; }; - private: // Queue of documents to be indexed RArray iMessages; @@ -127,6 +126,9 @@ CMsvSession& iMsvSession; CMessagePlugin& iMessagePlugin; +#ifdef HARVESTERPLUGINTESTER_FRIEND + friend class CHarvesterPluginTester; +#endif }; #endif // CMESSAGEMONITOR_H