harvesterplugins/messaging/smsmms/inc/cmessagemonitor.h
changeset 12 993ab30e92fc
parent 2 208a4ba3894c
child 26 367228f82b66
--- a/harvesterplugins/messaging/smsmms/inc/cmessagemonitor.h	Wed Jun 23 18:13:49 2010 +0300
+++ b/harvesterplugins/messaging/smsmms/inc/cmessagemonitor.h	Tue Jul 06 14:17:22 2010 +0300
@@ -114,7 +114,6 @@
 			TCPixActionType iAction;
 			TMsvId iFolderId;
 		};
-	
 	private:
 		// Queue of documents to be indexed
 		RArray<TMessageRecord> iMessages; 
@@ -127,6 +126,9 @@
 		
 		CMsvSession&		iMsvSession;
 		CMessagePlugin&      iMessagePlugin;
+#ifdef HARVESTERPLUGINTESTER_FRIEND
+    friend class CHarvesterPluginTester;
+#endif
 	};
 
 #endif //  CMESSAGEMONITOR_H