summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-22 14:14:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-22 14:14:55 +0100
commit98f3934a583790b2119ff5a09d63cb3ede4e78f4 (patch)
tree714048fa8f8a677dc7c8a93d6e393bd73214e71c /epg.h
parent5f0a84d1bf891cb5f09757c52557e012a9dd6ea2 (diff)
downloadvdr-98f3934a583790b2119ff5a09d63cb3ede4e78f4.tar.gz
vdr-98f3934a583790b2119ff5a09d63cb3ede4e78f4.tar.bz2
Added 'CheckRunningStatus' when getting present/following event
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 55c37d5b..9cdd6ef3 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.8 2004/02/22 13:18:14 kls Exp $
+ * $Id: epg.h 1.9 2004/02/22 13:52:46 kls Exp $
*/
#ifndef __EPG_H
@@ -83,8 +83,8 @@ public:
void Cleanup(time_t Time);
void Cleanup(void);
cEvent *AddEvent(cEvent *Event);
- const cEvent *GetPresentEvent(void) const;
- const cEvent *GetFollowingEvent(void) const;
+ const cEvent *GetPresentEvent(bool CheckRunningStatus = false) const;
+ const cEvent *GetFollowingEvent(bool CheckRunningStatus = false) const;
const cEvent *GetEvent(u_int16_t EventID, time_t StartTime = 0) const;
const cEvent *GetEventAround(time_t Time) const;
const cEvent *GetEventNumber(int n) const { return events.Get(n); }