From 33342fb17bcfea3cb91207c9042c4b5f28d3ca46 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 18 Jan 2012 09:09:30 +0100 Subject: Fixed the return type of cMyDeviceHook::DeviceProvidesTransponder() in PLUGINS.html --- PLUGINS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'PLUGINS.html') 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

-void cMyDeviceHook::DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const
+bool cMyDeviceHook::DeviceProvidesTransponder(const cDevice *Device, const cChannel *Channel) const
 {
   if (condition where Device can't provide Channel)
      return false;
-- 
cgit v1.2.3