equal
deleted
inserted
replaced
127 * @param aHarvesterData CHarvesterData datatype containing needed harvest data |
127 * @param aHarvesterData CHarvesterData datatype containing needed harvest data |
128 * @param aClientData TAny* to client specific data |
128 * @param aClientData TAny* to client specific data |
129 */ |
129 */ |
130 void HarvestL( CHarvesterData* aHD ); |
130 void HarvestL( CHarvesterData* aHD ); |
131 |
131 |
|
132 protected: |
|
133 |
|
134 void GetMimeType( const TDesC& aUri, TDes& aMimeType ); |
|
135 |
132 private: |
136 private: |
133 /** |
137 /** |
134 * The method that actually extracts the metadata. |
138 * The method that actually extracts the metadata. |
135 * @param aMetadataObject Metadata object which is filled with metadata |
139 * @param aMetadataObject Metadata object which is filled with metadata |
136 * @param aFileData File data to be filled |
140 * @param aFileData File data to be filled |