summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'status.c')
-rw-r--r--status.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/status.c b/status.c
index 15fa8f3..dcda89b 100644
--- a/status.c
+++ b/status.c
@@ -96,20 +96,20 @@ int RecLengthInSecs(const cRecording* pRecording)
//***************************************************************************
// Notifications from VDRs Status Interface
//***************************************************************************
-//***************************************************************************
-// Timers Change Notification
-//***************************************************************************
+// //***************************************************************************
+// // Timers Change Notification
+// //***************************************************************************
-void cUpdate::TimerChange(const cTimer* Timer, eTimerChange Change)
-{
- if (!Epg2VdrConfig.shareInWeb)
- return;
+// void cUpdate::TimerChange(const cTimer* Timer, eTimerChange Change)
+// {
+// if (!Epg2VdrConfig.shareInWeb)
+// return;
- tell(1, "Timer changed, trigger update. Action was (%d)", Change);
+// tell(1, "Timer changed, trigger update. Action was (%d)", Change);
- timerTableUpdateTriggered = yes;
- waitCondition.Broadcast(); // wakeup
-}
+// timerTableUpdateTriggered = yes;
+// waitCondition.Broadcast(); // wakeup
+// }
//***************************************************************************
// Recording Notification (cStatus::MsgRecording(....))