diff -r e918432ddd92 -r 1edf350003c5 harvesterplugins/contacts/inc/ccontactsplugin.h --- 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;