harvesterplugins/calendar/inc/ccalendarplugin.h
changeset 27 7a8855317cbd
parent 26 367228f82b66
--- a/harvesterplugins/calendar/inc/ccalendarplugin.h	Tue Oct 05 13:32:14 2010 +0530
+++ b/harvesterplugins/calendar/inc/ccalendarplugin.h	Fri Oct 15 11:45:38 2010 +0530
@@ -71,6 +71,7 @@
 	void StartHarvestingL(const TDesC& aQualifiedBaseAppClass);
 	void PausePluginL();
 	void ResumePluginL();
+	void SaveL();
 	
 public: // From MCalProgressCallBack
 
@@ -151,9 +152,16 @@
 	 * Symbian 2nd phase constructor.
 	 */
 	void ConstructL();
+	
+	void LoadL();
 
 private:
 	
+	/* File server connection */ 
+    RFs iFs;
+    /* Path to the queued records file */
+    TFileName iFilePath;
+    
 	/** The asynchronizer */
 	CDelayedCallback* iAsynchronizer;