diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-12 10:44:58 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-01-12 10:44:58 +0100 |
commit | 35f73199d4a8ecc82479ebc6a3f5ba4f9cd28f75 (patch) | |
tree | 9149e1c1ea7932b6db2f7342354d0cf7fee4b3f2 /receiver.h | |
parent | 34c79fdc503a2e63bc9907f68d77f2c4dd781a0c (diff) | |
download | vdr-35f73199d4a8ecc82479ebc6a3f5ba4f9cd28f75.tar.gz vdr-35f73199d4a8ecc82479ebc6a3f5ba4f9cd28f75.tar.bz2 |
Fixed resetting the receiver for EMM pids for CAMs that need to receive the TS (cont'd)
Diffstat (limited to 'receiver.h')
-rw-r--r-- | receiver.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: receiver.h 3.1 2014/01/01 11:45:09 kls Exp $ + * $Id: receiver.h 3.2 2015/01/12 10:24:20 kls Exp $ */ #ifndef __RECEIVER_H @@ -24,6 +24,7 @@ private: int numPids; bool WantsPid(int Pid); protected: + cDevice *Device(void) { return device; } void Detach(void); virtual void Activate(bool On) {} ///< This function is called just before the cReceiver gets attached to |