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