From fc54164405eed81dc58a08a8014703b02d871661 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 18 Apr 2009 09:50:32 +0200 Subject: [PATCH] Added cDevice::NumProvidedSystems() to PLUGINS.html --- HISTORY | 2 ++ PLUGINS.html | 3 +++ 2 files changed, 5 insertions(+) diff --git a/HISTORY b/HISTORY index 8504f465..02dbf14d 100644 --- a/HISTORY +++ b/HISTORY @@ -6043,3 +6043,5 @@ Video Disk Recorder Revision History (thanks to Rolf Ahrenberg). - Fixed the MEGABYTE() macro to make it correctly handle parameters resulting in values larger than 2GB. +- Added cDevice::NumProvidedSystems() to PLUGINS.html (was missing since it had + been implemented). diff --git a/PLUGINS.html b/PLUGINS.html index dfee7395..719e70f4 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1802,6 +1802,9 @@ If the new device can receive, it most likely needs to provide a way of selecting which channel it shall tune to:

+
+virtual int NumProvidedSystems(void) const; +
virtual bool ProvidesSource(int Source) const; virtual bool ProvidesTransponder(const cChannel *Channel) const; virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const;