Changed NeedsSwitchChannel to NeedsDetachReceivers

This commit is contained in:
Klaus Schmidinger
2002-09-06 14:10:17 +02:00
parent 3e58bc64fe
commit f24f820e7d
6 changed files with 34 additions and 40 deletions

View File

@@ -1189,7 +1189,7 @@ selecting which channel it shall tune to:
<!--X1.1.9--><table width=100%><tr><td bgcolor=#FF0000>&nbsp;</td><td width=100%>
<p><table><tr><td bgcolor=#F0F0F0><pre><br>
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsSwitchChannel = NULL);
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL);
virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView);
</pre></td></tr></table><p>