summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-06 13:55:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-06 13:55:57 +0100
commit16f037e3c23efadcc846fd7dc780b42036fabf01 (patch)
tree832b252f3b85885884b013f08a9de53cf5bae273 /device.h
parente87e649991adfceba8462fb642c57619131efb06 (diff)
downloadvdr-16f037e3c23efadcc846fd7dc780b42036fabf01.tar.gz
vdr-16f037e3c23efadcc846fd7dc780b42036fabf01.tar.bz2
Any cReceivers still attached to a cDevice when that device switches to a different transponder are now automatically detached
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.h b/device.h
index 88607319..327a707e 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 1.67 2005/12/29 14:51:59 kls Exp $
+ * $Id: device.h 1.68 2006/01/06 13:20:25 kls Exp $
*/
#ifndef __DEVICE_H
@@ -520,6 +520,8 @@ public:
///< Detaches the given receiver from this device.
void DetachAll(int Pid);
///< Detaches all receivers from this device for this pid.
+ void DetachAllReceivers(void);
+ ///< Detaches all receivers from this device.
};
/// Derived cDevice classes that can receive channels will have to provide