summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-26 14:44:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-26 14:44:28 +0100
commitad552300510a2b5c989d5eda181d58c11d355ee2 (patch)
treedaf9b7e186eb99417efc0e2f18247e879a97f657 /epg.h
parentf94046db2e2abc33434ab4f2f4203a4f1966660d (diff)
downloadvdr-ad552300510a2b5c989d5eda181d58c11d355ee2.tar.gz
vdr-ad552300510a2b5c989d5eda181d58c11d355ee2.tar.bz2
EPG events that are no longer in the currently broadcasted data stream are now automatically deleted
Diffstat (limited to 'epg.h')
-rw-r--r--epg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epg.h b/epg.h
index 9cefcb27..866db0ff 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.26 2005/09/11 12:54:30 kls Exp $
+ * $Id: epg.h 1.27 2005/12/26 11:59:44 kls Exp $
*/
#ifndef __EPG_H
@@ -128,6 +128,7 @@ public:
void ClrRunningStatus(cChannel *Channel = NULL);
void ResetVersions(void);
void Sort(void);
+ void DropOutdated(time_t SegmentStart, time_t SegmentEnd, uchar TableID, uchar Version);
void Cleanup(time_t Time);
void Cleanup(void);
cEvent *AddEvent(cEvent *Event);