diff -r dd31cab34e27 -r 50edf2be6f0d engine/inc/PodcastUtils.h --- a/engine/inc/PodcastUtils.h Mon Apr 26 22:11:45 2010 +0100 +++ b/engine/inc/PodcastUtils.h Mon Apr 26 23:08:41 2010 +0100 @@ -32,7 +32,13 @@ _LIT(KURLPrefix, "http://"); _LIT(KItpcPrefix, "itpc://"); -_LIT(KPcastPrefix, "pcast://"); +_LIT(KPcastPrefix, "pcast://"); + +_LIT(KVideoFormat1, ".wmv"); +_LIT(KVideoFormat2, ".avi"); +_LIT(KVideoFormat3, ".mp4"); + + class PodcastUtils { @@ -46,6 +52,7 @@ IMPORT_C static void SQLEncode(TDes &aString); IMPORT_C static void XMLEncode(TDes &aString); IMPORT_C static void RemoveAllFormatting(TDes & aString); + IMPORT_C static TBool IsVideoShow(TDesC &aUrl); }; #endif /* PODCASTUTILS_H_ */