diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-04 14:16:11 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-04 14:16:11 +0100 |
commit | af494287cf131d152f1a925614ded6def491b3e0 (patch) | |
tree | c8e1dd206ee19748ac21b83046f85f855aa00c01 /PLUGINS/src/dvbsddevice/dvbsdffdevice.h | |
parent | 4743fc349ce4719585857ca58efcdb73c786ec53 (diff) | |
download | vdr-af494287cf131d152f1a925614ded6def491b3e0.tar.gz vdr-af494287cf131d152f1a925614ded6def491b3e0.tar.bz2 |
Added support for DVB cards with multiple fontends
Diffstat (limited to 'PLUGINS/src/dvbsddevice/dvbsdffdevice.h')
-rw-r--r-- | PLUGINS/src/dvbsddevice/dvbsdffdevice.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h index ea5f9ffa..b382bf62 100644 --- a/PLUGINS/src/dvbsddevice/dvbsdffdevice.h +++ b/PLUGINS/src/dvbsddevice/dvbsdffdevice.h @@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: dvbsdffdevice.h 2.10 2009/12/31 15:36:56 kls Exp $ + * $Id: dvbsdffdevice.h 2.11 2010/01/04 11:01:14 kls Exp $ */ #ifndef __DVBSDFFDEVICE_H @@ -20,7 +20,7 @@ private: protected: virtual void MakePrimaryDevice(bool On); public: - cDvbSdFfDevice(int n); + cDvbSdFfDevice(int Adapter, int Frontend); virtual ~cDvbSdFfDevice(); virtual bool HasDecoder(void) const; @@ -101,7 +101,7 @@ public: class cDvbSdFfDeviceProbe : public cDvbDeviceProbe { public: - virtual bool Probe(int Adapter); + virtual bool Probe(int Adapter, int Frontend); }; #endif //__DVBSDFFDEVICE_H |