changeset 15 | 93d9f66bf50b |
parent 2 | 29cda98b007e |
child 60 | 4d230e702aa3 |
child 109 | 223f270fa7ff |
--- a/engine/inc/PodcastUtils.h Thu Feb 25 20:20:46 2010 +0000 +++ b/engine/inc/PodcastUtils.h Thu Feb 25 21:08:38 2010 +0000 @@ -36,6 +36,7 @@ IMPORT_C static void FileNameFromUrl(const TDesC &aUrl, TFileName &aFileName); IMPORT_C static void SQLEncode(TDes &aString); IMPORT_C static void XMLEncode(TDes &aString); + IMPORT_C static void RemoveAllFormatting(TDes & aString); }; #endif /* PODCASTUTILS_H_ */