diff -r 367228f82b66 -r 7a8855317cbd harvesterplugins/messaging/smsmms/inc/cmessageplugin.h --- a/harvesterplugins/messaging/smsmms/inc/cmessageplugin.h Tue Oct 05 13:32:14 2010 +0530 +++ b/harvesterplugins/messaging/smsmms/inc/cmessageplugin.h Fri Oct 15 11:45:38 2010 +0530 @@ -54,6 +54,7 @@ void StartHarvestingL(const TDesC& aQualifiedBaseAppClass); void PausePluginL(); void ResumePluginL(); + void SaveL(); /** * callback from MMsvSessionObserver @@ -133,6 +134,7 @@ protected: CMessagePlugin(); void ConstructL(); + void LoadL(); private: // Session to Messge server session @@ -150,7 +152,10 @@ TBool iIndexState; - RArray iMountDrives; + RArray iMountDrives; + + /* Path to the queued records file */ + TFileName iFilePath; #ifdef HARVESTERPLUGINTESTER_FRIEND friend class CHarvesterPluginTester;