equal
deleted
inserted
replaced
285 /** |
285 /** |
286 * RecognizeLC |
286 * RecognizeLC |
287 * Rcognize the mime type. |
287 * Rcognize the mime type. |
288 * @since 3.1 |
288 * @since 3.1 |
289 * @param aFileName |
289 * @param aFileName |
290 * @param aData |
|
291 * @return HBufC* |
290 * @return HBufC* |
292 */ |
291 */ |
293 HBufC* RecognizeLC( const TDesC& aFileName, const TDesC8& aData ); |
292 HBufC* RecognizeLC( const TDesC& aFileName ); |
294 |
293 |
295 /** |
294 /** |
296 * TranslateURLToFilenameL |
295 * TranslateURLToFilenameL |
297 * Translate the file name from a URL to a valid file name in the system.. |
296 * Translate the file name from a URL to a valid file name in the system.. |
298 * @since 3.1 |
297 * @since 3.1 |