diff -r 4e75731546eb -r 93d9f66bf50b engine/inc/PodcastUtils.h --- 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_ */