diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-08 13:48:31 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-08 13:48:31 +0100 |
commit | f54c810bcd80221f5f07590233a563d93f49ffe8 (patch) | |
tree | 9923341838637162ead901b5f6c03c4bae789d5e /device.h | |
parent | 538cbdb26a7804408c368804def0dce0dc4821c9 (diff) | |
download | vdr-f54c810bcd80221f5f07590233a563d93f49ffe8.tar.gz vdr-f54c810bcd80221f5f07590233a563d93f49ffe8.tar.bz2 |
Revoked the switch to the "multiproto" driver in order to make a new stable version
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.87 2008/01/27 10:35:18 kls Exp $ + * $Id: device.h 1.88 2008/02/08 13:48:31 kls Exp $ */ #ifndef __DEVICE_H @@ -224,12 +224,6 @@ public: ///< function itself actually returns true. ///< The default implementation always returns false, so a derived cDevice ///< class that can provide channels must implement this function. - virtual int NumProvidedSystems(void) const; - ///< Returns the number of individual "delivery systems" this device provides. - ///< The default implementation returns 0, so any derived class that can - ///< actually provide channels must implement this function. - ///< The result of this function is used when selecting a device, in order - ///< to avoid devices that provide more than one system. virtual bool IsTunedToTransponder(const cChannel *Channel); ///< Returns true if this device is currently tuned to the given Channel's ///< transponder. |