summaryrefslogtreecommitdiff
path: root/epg.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-28 09:53:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-28 09:53:54 +0200
commit7114258ebd27e302eba4be88b546662c163396f4 (patch)
tree4cfbb6e134ed4fd9a4c1cf3bf567abfde09e3d12 /epg.h
parent1855ab0ef3ff5ef220cbd3bc486b0c4d66063073 (diff)
downloadvdr-7114258ebd27e302eba4be88b546662c163396f4.tar.gz
vdr-7114258ebd27e302eba4be88b546662c163396f4.tar.bz2
cRecordingInfo stores channelID itself (preparation for change in cEvent)
Diffstat (limited to 'epg.h')
-rw-r--r--epg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epg.h b/epg.h
index 66d6cd43..f0836946 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.22 2005/05/16 14:11:28 kls Exp $
+ * $Id: epg.h 1.23 2005/05/28 09:48:56 kls Exp $
*/
#ifndef __EPG_H
@@ -86,7 +86,6 @@ public:
cString GetTimeString(void) const;
cString GetEndTimeString(void) const;
cString GetVpsString(void) const;
- void SetChannelID(tChannelID ChannelID);
void SetEventID(u_int16_t EventID);
void SetTableID(uchar TableID);
void SetVersion(uchar Version);