diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-13 12:14:51 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-13 12:14:51 +0100 |
commit | 7751b6abb0b90a3d0961856e76c67b85aab66cf5 (patch) | |
tree | 04c4276125ccb9ba9d0ad3a80175330e10140218 /dvbdevice.h | |
parent | 87dd5139ff6666d64e7e343bcff632b342c4c814 (diff) | |
download | vdr-7751b6abb0b90a3d0961856e76c67b85aab66cf5.tar.gz vdr-7751b6abb0b90a3d0961856e76c67b85aab66cf5.tar.bz2 |
Added cDevice::HasCi() so that devices with Common Interface can be avoided when tuning to an FTA channel
Diffstat (limited to 'dvbdevice.h')
-rw-r--r-- | dvbdevice.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dvbdevice.h b/dvbdevice.h index c7280e9f..b479dd10 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 1.42 2007/01/07 14:39:52 kls Exp $ + * $Id: dvbdevice.h 1.43 2007/01/13 11:35:07 kls Exp $ */ #ifndef __DVBDEVICE_H @@ -84,6 +84,11 @@ protected: protected: virtual int OpenFilter(u_short Pid, u_char Tid, u_char Mask); +// Common Interface facilities: + +public: + virtual bool HasCi(void); + // Image Grab facilities private: |