diff options
Diffstat (limited to 'timerconflict.h')
-rw-r--r-- | timerconflict.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/timerconflict.h b/timerconflict.h index c8bca2c..0e60420 100644 --- a/timerconflict.h +++ b/timerconflict.h @@ -72,6 +72,8 @@ namespace vdrlive { bool ShouldNotify(); + void SetTimerModification(); + std::string Message() const; std::string Url() const; @@ -81,6 +83,7 @@ namespace vdrlive { private: time_t lastCheck; + time_t lastTimerModification; TimerConflictsPtr conflicts; }; // class TimerConflictNotifier |