summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-07 15:16:09 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-07 15:16:09 +0100
commite8ee9a1c4b26c38a46e5872a62cb020473c949c9 (patch)
tree34b11f6209fef8a2269d2b80dbb85724b85ddd42 /ci.h
parente0d5ebf8fd1d508776d63026a9dd336fbb0d648d (diff)
downloadvdr-e8ee9a1c4b26c38a46e5872a62cb020473c949c9.tar.gz
vdr-e8ee9a1c4b26c38a46e5872a62cb020473c949c9.tar.bz2
Adapted c(Dvb)Device::ProvidesCa() to the dynamic CA handling
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ci.h b/ci.h
index 7790701d..3817a89b 100644
--- a/ci.h
+++ b/ci.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: ci.h 1.20 2005/12/03 11:59:05 kls Exp $
+ * $Id: ci.h 1.21 2006/01/07 15:03:05 kls Exp $
*/
#ifndef __CI_H
@@ -127,6 +127,8 @@ public:
///< Creates a new cCiHandler for the given CA device.
int NumSlots(void) { return numSlots; }
///< Returns the number of CAM slots provided by this CA device.
+ int NumCams(void);
+ ///< Returns the number of actual CAMs inserted into this CA device.
bool Ready(void);
///< Returns true if all CAMs in this CA device are ready.
bool Process(int Slot = -1);