summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
Diffstat (limited to 'ci.h')
-rw-r--r--ci.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci.h b/ci.h
index ac029c26..4d558537 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 3.7 2014/01/31 09:21:21 kls Exp $
+ * $Id: ci.h 3.8 2014/03/26 11:42:17 kls Exp $
*/
#ifndef __CI_H
@@ -119,7 +119,7 @@ class cTPDU;
class cCiTransportConnection;
class cCiSession;
class cCiCaProgramData;
-class cReceiver;
+class cCaPidReceiver;
class cCamSlot : public cListObject {
friend class cCiAdapter;
@@ -128,7 +128,7 @@ private:
cMutex mutex;
cCondVar processed;
cCiAdapter *ciAdapter;
- cReceiver *caPidReceiver;
+ cCaPidReceiver *caPidReceiver;
int slotIndex;
int slotNumber;
cCiTransportConnection *tc[MAX_CONNECTIONS_PER_CAM_SLOT + 1]; // connection numbering starts with 1