summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-03-20 11:19:36 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-03-20 11:19:36 +0100
commitce0e97eb6501ecea1c6be45bcc99ce51d34262c9 (patch)
tree1fc0271f185b2b7961463aff2f2eb95c37121936 /menu.h
parente760b14f646004a7fe99e4561156a132a0572cdb (diff)
downloadvdr-ce0e97eb6501ecea1c6be45bcc99ce51d34262c9.tar.gz
vdr-ce0e97eb6501ecea1c6be45bcc99ce51d34262c9.tar.bz2
Single shot timers are now reliably deleted when they have expired
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/menu.h b/menu.h
index d63fdafa..d142bbc4 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.68 2005/01/08 15:48:57 kls Exp $
+ * $Id: menu.h 1.69 2005/03/20 10:57:29 kls Exp $
*/
#ifndef __MENU_H
@@ -155,8 +155,7 @@ public:
virtual ~cRecordControl();
bool Process(time_t t);
cDevice *Device(void) { return device; }
- void Stop(bool KeepInstant = false);
- bool IsInstant(void) { return instantId; }
+ void Stop(void);
const char *InstantId(void) { return instantId; }
const char *FileName(void) { return fileName; }
cTimer *Timer(void) { return timer; }