harvesterplugins/media/mediautils/inc/cpixdocfetcher.h
changeset 5 3bc31ad99ee7
parent 0 ccd0fd43f247
child 16 e918432ddd92
--- 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