diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-03-13 11:42:59 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-03-13 11:42:59 +0100 |
commit | 57e34f624058da34f2fa677e5e9af6b98a74c07f (patch) | |
tree | 2f65c714abeee7a05cf85bb229ac11f1bc9ce7b6 /timers.h | |
parent | 25b8a40eef93fc008edde1281bfb13d2e1e66617 (diff) | |
download | vdr-57e34f624058da34f2fa677e5e9af6b98a74c07f.tar.gz vdr-57e34f624058da34f2fa677e5e9af6b98a74c07f.tar.bz2 |
Improved matching timers to EPG events
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: timers.h 1.13 2004/12/26 12:21:29 kls Exp $ + * $Id: timers.h 1.14 2005/03/12 16:27:36 kls Exp $ */ #ifndef __TIMERS_H @@ -71,7 +71,7 @@ public: static time_t SetTime(time_t t, int SecondsFromMidnight); char *SetFile(const char *File); bool Matches(time_t t = 0, bool Directly = false) const; - int Matches(const cEvent *Event); + int Matches(const cEvent *Event, int *Overlap = NULL); time_t StartTime(void) const; time_t StopTime(void) const; void SetEvent(const cEvent *Event); |