equal
deleted
inserted
replaced
211 * |
211 * |
212 * @since S60 v5.0 |
212 * @since S60 v5.0 |
213 * @param aFile File to be recognized. |
213 * @param aFile File to be recognized. |
214 * @return MIME-type |
214 * @return MIME-type |
215 */ |
215 */ |
216 TDataType ResolveMimeTypeL( RFile& aFile ); |
216 TDataType ResolveMimeTypeL( RFile64& aFile ); |
217 |
217 |
218 /** |
218 /** |
219 * Removes bitmap from bitmap pool. Reference count is decremented |
219 * Removes bitmap from bitmap pool. Reference count is decremented |
220 * and if it reaches zero, the bitmap object is deleted. |
220 * and if it reaches zero, the bitmap object is deleted. |
221 * |
221 * |