--- a/harvesterplugins/messaging/smsmms/inc/cmessagedatahandler.h Wed Jun 23 17:22:18 2010 +0100
+++ b/harvesterplugins/messaging/smsmms/inc/cmessagedatahandler.h Mon Jun 28 11:03:15 2010 +0530
@@ -35,7 +35,7 @@
class CMessageDataHandler : public CActive
{
-public:
+public:
/**
* Construction
* @return Harvester image plugin
@@ -163,6 +163,9 @@
CPop3ClientMtm* iPop3Mtm; // client for opening pop3
CImap4ClientMtm* iImap4Mtm; // client for opening imap4
RFs iFs;
+#ifdef HARVESTERPLUGINTESTER_FRIEND
+ friend class CHarvesterPluginTester;
+#endif
};
#endif // CMESSAGEDATAHANDLER_H