summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-04-19 10:59:53 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-04-19 10:59:53 +0200
commit2c4da57287a1cefeb4596af44379ee24168406cb (patch)
tree3a1c3bc527d39657282d1ad0ed846265200fec17 /ci.h
parentd7c5e26d31fea089646b0b12e5c58ea92aec5b26 (diff)
downloadvdr-2c4da57287a1cefeb4596af44379ee24168406cb.tar.gz
vdr-2c4da57287a1cefeb4596af44379ee24168406cb.tar.bz2
Re-enabled CAM communication during replay and on non-Ca channels
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/ci.h b/ci.h
index 0c247f82..07ca411b 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.5 2003/04/18 12:41:48 kls Exp $
+ * $Id: ci.h 1.6 2003/04/19 10:25:24 kls Exp $
*/
#ifndef __CI_H
@@ -80,7 +80,6 @@ class cCiHandler {
private:
cMutex mutex;
int numSlots;
- bool enabled;
bool newCaSupport;
cCiSession *sessions[MAX_CI_SESSION];
cCiTransportLayer *tpl;
@@ -98,7 +97,6 @@ public:
~cCiHandler();
static cCiHandler *CreateCiHandler(const char *FileName);
int NumSlots(void) { return numSlots; }
- void SetEnabled(bool Enabled) { enabled = Enabled; }
bool Process(void);
bool EnterMenu(int Slot);
cCiMenu *GetMenu(void);