summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-01 15:44:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-01 15:44:29 +0100
commit86197f02060c594f0ec46a64b614215dcb5d28b6 (patch)
tree025e7d9e9f39c08fcc7e08f1073eb67efb39e6ff /timers.h
parent76e7a59f69d6a00db977d66211bb0ae20efddfb1 (diff)
downloadvdr-86197f02060c594f0ec46a64b614215dcb5d28b6.tar.gz
vdr-86197f02060c594f0ec46a64b614215dcb5d28b6.tar.bz2
The cTimer constructor can now take an optional cChannel
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/timers.h b/timers.h
index d3dfc843..b843d5ca 100644
--- a/timers.h
+++ b/timers.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: timers.h 1.20 2005/12/27 14:27:26 kls Exp $
+ * $Id: timers.h 1.21 2006/01/01 15:41:26 kls Exp $
*/
#ifndef __TIMERS_H
@@ -41,7 +41,7 @@ private:
char *summary;
const cEvent *event;
public:
- cTimer(bool Instant = false, bool Pause = false);
+ cTimer(bool Instant = false, bool Pause = false, cChannel *Channel = NULL);
cTimer(const cEvent *Event);
virtual ~cTimer();
cTimer& operator= (const cTimer &Timer);