summaryrefslogtreecommitdiff
path: root/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'update.h')
-rw-r--r--update.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.h b/update.h
index 4e0e0e2..181319f 100644
--- a/update.h
+++ b/update.h
@@ -154,7 +154,7 @@ class cUpdate : public cThread, public cStatus, public cParameters
// notifications from VDRs status interface
- virtual void TimerChange(const cTimer* Timer, eTimerChange Change);
+ // virtual void TimerChange(const cTimer* Timer, eTimerChange Change);
virtual void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On);
virtual void ChannelSwitch(const cDevice *Device, int ChannelNumber, bool LiveView);
@@ -250,6 +250,7 @@ class cUpdate : public cThread, public cStatus, public cParameters
int dbReconnectTriggered;
int timerJobsUpdateTriggered;
int timerTableUpdateTriggered;
+ cStateKey timerStateKey;
int manualTrigger;
int recordingStateChangedTrigger;
int recordingFullReloadTrigger;