diff -r 6832643895f7 -r 3bc31ad99ee7 harvesterplugins/media/mediautils/inc/cpixdocfetcher.h --- a/harvesterplugins/media/mediautils/inc/cpixdocfetcher.h Fri May 14 15:53:17 2010 +0300 +++ b/harvesterplugins/media/mediautils/inc/cpixdocfetcher.h Thu May 27 12:52:35 2010 +0300 @@ -94,6 +94,12 @@ * @param aExtension reference of descriptor buffer to be filled with file extension */ void GetExtension(const TDesC& aUri, TDes& aExtension); + + /* + * Add the value to excerpt field + * @param TDesC& aExcerptValue excerpt value + */ + void AddToFieldExcerptL(const TDesC& aExcerptValue); protected: /* * second phase constructor ConstructL @@ -103,6 +109,13 @@ * Default constructor */ CCPIXDocFetcher(); //Default constructor + /* + * reset the excerpt + */ + void ResetExcerpt(); + + // Excerpt field + HBufC* iExcerpt; private: /* * Convert URI to Absolute URI