From 8a3dae1e8bc3c008abc425c026f1c1bdf1ce026d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 25 Mar 2006 12:51:29 +0100 Subject: Enhanced logging EPG event data --- epg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epg.h') 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 and Rolf Hakenes . * - * $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); -- cgit v1.2.3