diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-25 01:56:41 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-25 01:56:41 +0100 |
commit | a61f3ee4e41a1c8b575e657a99f8e7ac4276ed17 (patch) | |
tree | 2605f9a7b4f9d6451e370622b93be4fc973cb351 /timerconflict.h | |
parent | 41298f1f32e40644b2837c96c45b02e9ad27f95f (diff) | |
download | vdr-plugin-live-a61f3ee4e41a1c8b575e657a99f8e7ac4276ed17.tar.gz vdr-plugin-live-a61f3ee4e41a1c8b575e657a99f8e7ac4276ed17.tar.bz2 |
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.
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 |