harvesterplugins/contacts/inc/ccontactsplugin.h
changeset 27 7a8855317cbd
parent 26 367228f82b66
--- a/harvesterplugins/contacts/inc/ccontactsplugin.h	Tue Oct 05 13:32:14 2010 +0530
+++ b/harvesterplugins/contacts/inc/ccontactsplugin.h	Fri Oct 15 11:45:38 2010 +0530
@@ -99,6 +99,7 @@
 	void StartHarvestingL(const TDesC& aQualifiedBaseAppClass);
 	void PausePluginL();
 	void ResumePluginL();
+	void SaveL();
 	/**
 	 * From MContactDbObserver, HandleDatabaseEventL.
 	 */
@@ -143,9 +144,15 @@
 	void OverWriteOrAddToQueueL(TRecord& aEntry);
 	
 	void IndexQueuedItems();
+	
+	void LoadL();	
 
 private:
 	
+	/* File server connection */ 
+	RFs iFs;
+	/* Path to the queued records file */
+	TFileName iFilePath;	    
 	/** Contact change notifier */
 	CContactChangeNotifier* iChangeNotifier;
 	/** Sorted contact id array */