diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-29 19:13:14 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-29 19:13:14 +0100 |
commit | 2e8ffba44e4611f214e87391d4000b1b90edf4c6 (patch) | |
tree | b9d966af294db2381393dcee4ff876826b4895e4 /switchtimer.h | |
parent | 3f7d506918dd62b5dda2d559aa6f81efbb98fe5f (diff) | |
download | vdr-plugin-epgsearch-2e8ffba44e4611f214e87391d4000b1b90edf4c6.tar.gz vdr-plugin-epgsearch-2e8ffba44e4611f214e87391d4000b1b90edf4c6.tar.bz2 |
new search timer action 'announce and switch', headers adjusted to 2009
Diffstat (limited to 'switchtimer.h')
-rw-r--r-- | switchtimer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/switchtimer.h b/switchtimer.h index 8169ae3..89bd89a 100644 --- a/switchtimer.h +++ b/switchtimer.h @@ -1,5 +1,5 @@ /* -Copyright (C) 2004-2008 Christian Wieninger +Copyright (C) 2004-2009 Christian Wieninger This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License @@ -31,11 +31,11 @@ class cSwitchTimer : public cListObject public: const cEvent* event; int switchMinsBefore; - int announceOnly; + int mode; // 0 = switch, 1 = announce only, 2 = ask for switch int unmute; cSwitchTimer(void); - cSwitchTimer(const cEvent* Event, int SwitchMinsBefore=1, int announceOnly=0, int unmute=0); + cSwitchTimer(const cEvent* Event, int SwitchMinsBefore=1, int mode=0, int unmute=0); bool Parse(const char *s); cString ToText(bool& ignore); bool Save(FILE *f); |