diff options
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 3859918d..5ab0fd0b 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1993,7 +1993,7 @@ whatever actions are necessary to determine whether the given Device can provide the given Channel's transponder, as in <p><table><tr><td class="code"><pre> -void cMyDeviceHook::DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const +bool cMyDeviceHook::DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const { if (<i>condition where Device can't provide Channel</i>) return false; |