summaryrefslogtreecommitdiff
path: root/ci.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-04-06 10:56:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2014-04-06 10:56:50 +0200
commit011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5 (patch)
treeee03d0b8520da49a6c6943ed14e5774c2436b2c1 /ci.h
parent105ad61b6ffc1f8b205dd23d356a553dce907a93 (diff)
downloadvdr-011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5.tar.gz
vdr-011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5.tar.bz2
A cCamSlot that has WantsTsData set to true in its constructor now also gets the CAT and EMM PIDs data
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