harvesterplugins/messaging/smsmms/inc/cmessagedatahandler.h
changeset 27 7a8855317cbd
parent 26 367228f82b66
--- a/harvesterplugins/messaging/smsmms/inc/cmessagedatahandler.h	Tue Oct 05 13:32:14 2010 +0530
+++ b/harvesterplugins/messaging/smsmms/inc/cmessagedatahandler.h	Fri Oct 15 11:45:38 2010 +0530
@@ -57,6 +57,12 @@
 	void GatherDataL(TMsvId& aMessageId, TCPixActionType aActionType, TMsvId& aFolderId);
 	
 	void ResumeL();
+	
+	void SetFilePath( const TDesC& aFilePath );
+	
+	void SaveRecordsL();
+	
+	void LoadRecordsL();
 
 private:
 	//From CActive
@@ -165,6 +171,7 @@
 	CPop3ClientMtm*				iPop3Mtm;                   // client for opening pop3
 	CImap4ClientMtm*			iImap4Mtm;                  // client for opening imap4
 	RFs							iFs;
+	TFileName   iFilePath;
 #ifdef HARVESTERPLUGINTESTER_FRIEND
     friend class CHarvesterPluginTester;
 #endif