summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-05 13:37:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-05 13:37:37 +0200
commitf4c63964a898b78e3bbce17e4fdb8f13e78e3317 (patch)
tree80bb3a4271753761a960636bc1d45634f0f20f7a /device.h
parent393627abd5c44cc092d178b70d7fb09c676a3dee (diff)
downloadvdr-f4c63964a898b78e3bbce17e4fdb8f13e78e3317.tar.gz
vdr-f4c63964a898b78e3bbce17e4fdb8f13e78e3317.tar.bz2
A device can now detach all receivers for a given PID
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 02fa35cc..ceda3d2a 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.57 2005/02/20 14:06:28 kls Exp $
+ * $Id: device.h 1.58 2005/06/05 12:56:08 kls Exp $
*/
#ifndef __DEVICE_H
@@ -500,6 +500,8 @@ public:
///< Attaches the given receiver to this device.
void Detach(cReceiver *Receiver);
///< Detaches the given receiver from this device.
+ void DetachAll(int Pid);
+ ///< Detaches all receivers from this device for this pid.
};
/// Derived cDevice classes that can receive channels will have to provide