summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-29 14:04:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-29 14:04:37 +0100
commitea9a7eebd1397b2fef02b660f33970944a4bb832 (patch)
tree5b0712b5fc9d526627033551abf33d7ba78ad6c6 /epg.h
parent778a6b47ca84ba3f8357fb7ac9daa120eeb12d3b (diff)
downloadvdr-ea9a7eebd1397b2fef02b660f33970944a4bb832.tar.gz
vdr-ea9a7eebd1397b2fef02b660f33970944a4bb832.tar.bz2
When looking for the present or following EPG event, the running status is now always taken into account
Diffstat (limited to 'epg.h')
-rw-r--r--epg.h6
1 files changed, 3 insertions, 3 deletions
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 <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $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<cEvent> *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;