harvesterplugins/contacts/inc/ccontactsplugin.h
changeset 5 3bc31ad99ee7
parent 0 ccd0fd43f247
child 7 51d10d255e92
--- a/harvesterplugins/contacts/inc/ccontactsplugin.h	Fri May 14 15:53:17 2010 +0300
+++ b/harvesterplugins/contacts/inc/ccontactsplugin.h	Thu May 27 12:52:35 2010 +0300
@@ -101,6 +101,11 @@
 	void AddToExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName );
 
 	/**
+	 *  Helper function: adds information field to the document and to the excerpt field(if available)
+	 */
+	void AddFieldToDocumentAndExcerptL(CSearchDocument& aDocument, CContactItemFieldSet& aFieldSet, TUid aFieldId, const TDesC& aFieldName );
+	
+	/**
 	 * Creates the actual contact book index item
 	 */
 	void CreateContactIndexItemL(TInt aContentId, TCPixActionType aActionType);