diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-28 14:00:28 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-28 14:00:28 +0100 |
commit | 457f5dd14c426c7324a7987c4bcd7f9b2b641b6d (patch) | |
tree | 6f2d2d38abfdc9474aa3eb01fc4bb1bc6f0e4d56 /channels.h | |
parent | 9887c0765bb2e2653dfc0325e8b6784084787102 (diff) | |
download | vdr-457f5dd14c426c7324a7987c4bcd7f9b2b641b6d.tar.gz vdr-457f5dd14c426c7324a7987c4bcd7f9b2b641b6d.tar.bz2 |
The status changes of EPG events are now logged for all channels that have timers
Diffstat (limited to 'channels.h')
-rw-r--r-- | channels.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: channels.h 1.39 2006/02/19 14:39:43 kls Exp $ + * $Id: channels.h 1.40 2006/02/28 13:52:49 kls Exp $ */ #ifndef __CHANNELS_H @@ -202,6 +202,7 @@ public: bool IsSat(void) const { return cSource::IsSat(source); } bool IsTerr(void) const { return cSource::IsTerr(source); } tChannelID GetChannelID(void) const { return tChannelID(source, nid, (nid || tid) ? tid : Transponder(), sid, rid); } + bool HasTimer(void) const; int Modification(int Mask = CHANNELMOD_ALL); void CopyTransponderData(const cChannel *Channel); bool SetSatTransponderData(int Source, int Frequency, char Polarization, int Srate, int CoderateH); |