summaryrefslogtreecommitdiff
path: root/client/device.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-02-16 08:57:05 +0100
committerFrank Schmirler <vdr@schmirler.de>2011-02-16 08:57:05 +0100
commitdc41eecffdbac79b1cfddadb335b7952caf8cecf (patch)
treef58cd97b26b4b8a01cf7567c2d55b9ec63a2f599 /client/device.h
parent30930d5c74587d04c5f2453676e943899a536601 (diff)
downloadvdr-plugin-streamdev-dc41eecffdbac79b1cfddadb335b7952caf8cecf.tar.gz
vdr-plugin-streamdev-dc41eecffdbac79b1cfddadb335b7952caf8cecf.tar.bz2
return value of streamdev-clients cDevice::NumProvidedSystems() now
configurable in plugin setup (fixes #552)
Diffstat (limited to 'client/device.h')
-rw-r--r--client/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/device.h b/client/device.h
index b2eed70..5eb9e53 100644
--- a/client/device.h
+++ b/client/device.h
@@ -56,7 +56,7 @@ public:
virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1,
bool *NeedsDetachReceivers = NULL) const;
#if APIVERSNUM >= 10700
- virtual int NumProvidedSystems(void) const { return 1; }
+ virtual int NumProvidedSystems(void) const;
#endif
virtual bool IsTunedToTransponder(const cChannel *Channel);