diff options
author | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:44:53 +0100 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2010-12-02 09:44:53 +0100 |
commit | 008ea7f151dd84b314062a272ad61448f51df605 (patch) | |
tree | f239ede406d0c0bb1bf5e9d2b08a37027c14e635 /client/device.h | |
parent | 7254a6752808830d5fc133e5362da6c47f3f84ff (diff) | |
download | vdr-plugin-streamdev-008ea7f151dd84b314062a272ad61448f51df605.tar.gz vdr-plugin-streamdev-008ea7f151dd84b314062a272ad61448f51df605.tar.bz2 |
Snapshot 2009-07-01
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/device.h b/client/device.h index 8263fa5..e96b05f 100644 --- a/client/device.h +++ b/client/device.h @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.8 2008/10/02 07:14:47 schmirl Exp $ + * $Id: device.h,v 1.9 2009/06/23 10:26:54 schmirl Exp $ */ #ifndef VDR_STREAMDEV_DEVICE_H @@ -54,6 +54,9 @@ public: virtual bool ProvidesTransponder(const cChannel *Channel) const; virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const; +#if APIVERSNUM >= 10700 + virtual int NumProvidedSystems(void) const { return 1; } +#endif virtual bool IsTunedToTransponder(const cChannel *Channel); static bool Init(void); |