From a61f3ee4e41a1c8b575e657a99f8e7ac4276ed17 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 25 Feb 2008 01:56:41 +0100 Subject: Added new image for timer conflict notification. Added a Force function to TimerConflicNotifier. Added the force notification to timer creation. First tests with this weren't very promising. Needs some thorough testing also at timer modification and deletion. Regenerated language header for backwards compatibilty. --- timerconflict.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'timerconflict.h') 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 -- cgit v1.2.3