summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-15 14:31:53 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-15 14:31:53 +0100
commit0a3f7e7ca23078eab860032350d61ceb2a8ab50c (patch)
treec8f98b6050c9b2f9f7d90c2d9e281b8805295ea0 /menu.h
parent955d5eb012227fa6fa70f784d967e831a55e5c1b (diff)
downloadvdr-0a3f7e7ca23078eab860032350d61ceb2a8ab50c.tar.gz
vdr-0a3f7e7ca23078eab860032350d61ceb2a8ab50c.tar.bz2
Limited automatic retuning to devices that actually provide the transponder
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu.h b/menu.h
index 041d6f7c..6fe95408 100644
--- a/menu.h
+++ b/menu.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.h 1.59 2004/01/04 11:01:13 kls Exp $
+ * $Id: menu.h 1.60 2004/02/15 14:11:28 kls Exp $
*/
#ifndef __MENU_H
@@ -123,7 +123,7 @@ public:
cRecordControl(cDevice *Device, cTimer *Timer = NULL, bool Pause = false);
virtual ~cRecordControl();
bool Process(time_t t);
- bool Uses(cDevice *Device) { return Device == device; }
+ cDevice *Device(void) { return device; }
void Stop(bool KeepInstant = false);
bool IsInstant(void) { return instantId; }
const char *InstantId(void) { return instantId; }