summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-03-25 12:51:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-03-25 12:51:29 +0100
commit8a3dae1e8bc3c008abc425c026f1c1bdf1ce026d (patch)
tree12fc3d08f2e83ca2956b38749975478f8ae15be2 /epg.h
parentdaaab1dfc8eb0423180484aa084e0d4c7bafb319 (diff)
downloadvdr-8a3dae1e8bc3c008abc425c026f1c1bdf1ce026d.tar.gz
vdr-8a3dae1e8bc3c008abc425c026f1c1bdf1ce026d.tar.bz2
Enhanced logging EPG event data
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 1def6176..a937ff7d 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.33 2006/02/26 13:58:57 kls Exp $
+ * $Id: epg.h 1.34 2006/03/25 12:39:39 kls Exp $
*/
#ifndef __EPG_H
@@ -103,6 +103,7 @@ public:
void SetDuration(int Duration);
void SetVps(time_t Vps);
void SetSeen(void);
+ cString ToDescr(void) const;
void Dump(FILE *f, const char *Prefix = "", bool InfoOnly = false) const;
bool Parse(char *s);
static bool Read(FILE *f, cSchedule *Schedule);