Re-enabled CAM communication during replay and on non-Ca channels

This commit is contained in:
Klaus Schmidinger
2003-04-19 10:59:53 +02:00
parent d7c5e26d31
commit 2c4da57287
4 changed files with 7 additions and 18 deletions

4
ci.h
View File

@@ -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);