harvesterplugins/media/mediautils/inc/cpixdocfetcher.h
changeset 5 3bc31ad99ee7
parent 0 ccd0fd43f247
child 16 e918432ddd92
equal deleted inserted replaced
3:6832643895f7 5:3bc31ad99ee7
    92      * Get the file extension from uri
    92      * Get the file extension from uri
    93      * @param TDesC& aURI Uri of the object 
    93      * @param TDesC& aURI Uri of the object 
    94      * @param aExtension reference of descriptor buffer to be filled with file extension
    94      * @param aExtension reference of descriptor buffer to be filled with file extension
    95      */
    95      */
    96     void GetExtension(const TDesC& aUri, TDes& aExtension);
    96     void GetExtension(const TDesC& aUri, TDes& aExtension);
       
    97     
       
    98     /*
       
    99      * Add the value to excerpt field
       
   100      * @param TDesC& aExcerptValue excerpt value
       
   101      */
       
   102     void AddToFieldExcerptL(const TDesC& aExcerptValue);
    97 protected:
   103 protected:
    98     /*
   104     /*
    99      * second phase constructor ConstructL
   105      * second phase constructor ConstructL
   100      */
   106      */
   101     void ConstructL();
   107     void ConstructL();
   102     /*
   108     /*
   103      * Default constructor
   109      * Default constructor
   104      */
   110      */
   105     CCPIXDocFetcher(); //Default constructor
   111     CCPIXDocFetcher(); //Default constructor
       
   112     /*
       
   113      * reset the excerpt
       
   114      */
       
   115     void ResetExcerpt();
       
   116     
       
   117     // Excerpt field
       
   118     HBufC* iExcerpt;
   106 private:
   119 private:
   107     /*
   120     /*
   108      * Convert URI to Absolute URI
   121      * Convert URI to Absolute URI
   109      * exp. from f:\music\something.mp3 will be stored as \music\something.mp3
   122      * exp. from f:\music\something.mp3 will be stored as \music\something.mp3
   110      */
   123      */