summaryrefslogtreecommitdiff
path: root/timers.h
diff options
context:
space:
mode:
authorSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-05-31 18:29:40 +0000
committerSascha Volkenandt <sascha (at) akv-soft (dot) de>2007-05-31 18:29:40 +0000
commit1f3a7fee17a7a48b77deb4212660a4b0648d543d (patch)
tree8460f46344f522d79407f92dbdc87f1d1be02857 /timers.h
parent2b60a30945a8d4a0c517844f20808b4c1a2ad33b (diff)
downloadvdr-plugin-live-1f3a7fee17a7a48b77deb4212660a4b0648d543d.tar.gz
vdr-plugin-live-1f3a7fee17a7a48b77deb4212660a4b0648d543d.tar.bz2
- [0000340] moved timer deletion and toggling to foreground thread
- now stopping recording in case of ongoing recording
Diffstat (limited to 'timers.h')
-rw-r--r--timers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index 4bffbad..48c3ee9 100644
--- a/timers.h
+++ b/timers.h
@@ -4,6 +4,7 @@
#include <list>
#include <string>
#include <vdr/channels.h>
+#include <vdr/menu.h>
#include <vdr/timers.h>
#include <vdr/thread.h>
#include "live.h"
@@ -63,6 +64,8 @@ private:
void DoUpdateTimers();
void DoInsertTimer( TimerPair& timerData );
void DoUpdateTimer( TimerPair& timerData );
+ void DoDeleteTimer( TimerPair& timerData );
+ void DoToggleTimer( TimerPair& timerData );
void StoreError( TimerPair const& timerData, std::string const& error );
std::string GetError( TimerPair const& timerData );