diff -r 7d8c8d8f5eab -r 68cdadcf169e harvesterplugins/contacts/inc/ccontactsplugin.h --- a/harvesterplugins/contacts/inc/ccontactsplugin.h Wed Aug 18 09:49:49 2010 +0300 +++ b/harvesterplugins/contacts/inc/ccontactsplugin.h Thu Sep 02 20:27:46 2010 +0300 @@ -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;