diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-03-20 11:19:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-03-20 11:19:36 +0100 |
commit | ce0e97eb6501ecea1c6be45bcc99ce51d34262c9 (patch) | |
tree | 1fc0271f185b2b7961463aff2f2eb95c37121936 /menu.h | |
parent | e760b14f646004a7fe99e4561156a132a0572cdb (diff) | |
download | vdr-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.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; } |