diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-02-06 14:43:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-02-06 14:43:42 +0100 |
commit | f7831543b31ba77702ef0ea19e6ebd3f5baa2724 (patch) | |
tree | 27b5cb48d1da1aceb963536639493fbd63a71fe6 /dvbdevice.h | |
parent | 644a9f07f26df58b7d79cea8ea961c2232a092be (diff) | |
download | vdr-f7831543b31ba77702ef0ea19e6ebd3f5baa2724.tar.gz vdr-f7831543b31ba77702ef0ea19e6ebd3f5baa2724.tar.bz2 |
Implemented cDevice::GetCurrentlyTunedTransponder()
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index b6cc950a..4f7c6e57 100644 --- a/dvbdevice.h +++ b/dvbdevice.h @@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbdevice.h 2.11 2010/01/04 14:07:12 kls Exp $ + * $Id: dvbdevice.h 2.12 2010/02/06 14:36:24 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -75,6 +75,7 @@ public: virtual bool ProvidesTransponder(const cChannel *Channel) const; virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, bool *NeedsDetachReceivers = NULL) const; virtual int NumProvidedSystems(void) const; + virtual const cChannel *GetCurrentlyTunedTransponder(void) const; virtual bool IsTunedToTransponder(const cChannel *Channel); protected: virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView); |