internetradio2.0/filerecognizerinc/irrecognizer.h
changeset 8 3b03c28289e6
parent 3 ee64f059b8e1
--- a/internetradio2.0/filerecognizerinc/irrecognizer.h	Thu May 27 12:46:34 2010 +0300
+++ b/internetradio2.0/filerecognizerinc/irrecognizer.h	Fri Jun 11 13:30:40 2010 +0300
@@ -80,7 +80,12 @@
 	/*
 	 * try to recognize a m3u file and decide whether it should be launched by InternetRadio application
 	 */
-	void RecognizeM3uFileL(const TDesC8& aBuffer);
+	void RecognizeM3uFileL(const TDesC& aFileName);
+	
+	/*
+	 * check if specified protocol streaming links are in aBuffer
+	 */
+	TBool CheckStreamingLinks(TDes8& aBuffer, const TDesC8& aProtocol);
     };
 
 #endif //IRRECOGNIZER_H