harvesterplugins/contacts/inc/ccontactsplugin.h
changeset 18 1edf350003c5
parent 9 4a2987baf8f7
child 26 367228f82b66
--- a/harvesterplugins/contacts/inc/ccontactsplugin.h	Mon Aug 09 12:23:41 2010 +0530
+++ b/harvesterplugins/contacts/inc/ccontactsplugin.h	Wed Aug 25 13:02:31 2010 +0530
@@ -64,6 +64,7 @@
 _LIT(KContactAssistant, "Assistant");
 _LIT(KContactAnniversary, "Anniversary");
 _LIT(KContactBirthday, "Birthday");
+_LIT(KContactIsGroup, "IsGroup");
 _LIT(KDateSeparator, "-");
 const TInt KDateFieldLength = 10;
 const TInt KDayPosition = 8;
@@ -118,7 +119,9 @@
 	 *  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, const TInt aConfig = CDocumentField::EStoreYes | CDocumentField::EIndexTokenized );
-	
+#ifdef USE_HIGHLIGHTER
+	void AddFieldToHLExcerptL( CContactItemFieldSet& aFieldSet, TUid aFieldId);
+#endif
 	/**
 	 * Creates the actual contact book index item
 	 */
@@ -138,7 +141,9 @@
 	TInt iCurrentIndex;	
 	/** placeholder for Excerpt text dynamic creation */
 	HBufC* iExcerpt;
-	
+#ifdef USE_HIGHLIGHTER
+	   HBufC* iHLDisplayExcerpt;
+#endif
 	// CPix database 
     CCPixIndexer* iIndexer;