diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-24 19:37:21 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-24 19:37:21 +0100 |
commit | 41298f1f32e40644b2837c96c45b02e9ad27f95f (patch) | |
tree | 19d0ba2874a237e27344a0b56c2e881d0f65f5f6 /timerconflict.h | |
parent | 503a94cd38b65b686fe898aba960b55ab47ddbf5 (diff) | |
download | vdr-plugin-live-41298f1f32e40644b2837c96c45b02e9ad27f95f.tar.gz vdr-plugin-live-41298f1f32e40644b2837c96c45b02e9ad27f95f.tar.bz2 |
Added functionality to display timer conflicts when polled through the
statusbox updates.
Created the layout and look of the status message.
Diffstat (limited to 'timerconflict.h')
-rw-r--r-- | timerconflict.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/timerconflict.h b/timerconflict.h index 80fba99..c8bca2c 100644 --- a/timerconflict.h +++ b/timerconflict.h @@ -71,11 +71,13 @@ namespace vdrlive { virtual ~TimerConflictNotifier(); bool ShouldNotify(); + std::string Message() const; + std::string Url() const; TimerConflictsPtr const CurrentConflicts() const { return conflicts; } - static int const CHECKINTERVAL = 30; // recheck value in seconds. + static int const CHECKINTERVAL = 5; // recheck value in seconds. private: time_t lastCheck; |