From ea9a7eebd1397b2fef02b660f33970944a4bb832 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 29 Jan 2006 14:04:37 +0100 Subject: When looking for the present or following EPG event, the running status is now always taken into account --- epg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epg.h') diff --git a/epg.h b/epg.h index 443b5600..ad245243 100644 --- a/epg.h +++ b/epg.h @@ -7,7 +7,7 @@ * Original version (as used in VDR before 1.3.0) written by * Robert Schneider and Rolf Hakenes . * - * $Id: epg.h 1.29 2006/01/14 15:45:24 kls Exp $ + * $Id: epg.h 1.30 2006/01/29 14:03:13 kls Exp $ */ #ifndef __EPG_H @@ -137,8 +137,8 @@ public: void HashEvent(cEvent *Event); void UnhashEvent(cEvent *Event); const cList *Events(void) const { return &events; } - const cEvent *GetPresentEvent(bool CheckRunningStatus = false) const; - const cEvent *GetFollowingEvent(bool CheckRunningStatus = false) const; + const cEvent *GetPresentEvent(void) const; + const cEvent *GetFollowingEvent(void) const; const cEvent *GetEvent(u_int16_t EventID, time_t StartTime = 0) const; const cEvent *GetEventAround(time_t Time) const; void Dump(FILE *f, const char *Prefix = "", eDumpMode DumpMode = dmAll, time_t AtTime = 0) const; -- cgit v1.2.3