summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 11:32:50 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 11:32:50 +0000
commit8f72cbfff4c4d7e17262472744d905bd36eae11a (patch)
tree738bcc3012d6c6ca8d7fe7af5513a173e6c0d3b5
parentdd10de41a55aaf5559d50ca8506bb68576d3231c (diff)
downloadvdr-plugin-live-8f72cbfff4c4d7e17262472744d905bd36eae11a.tar.gz
vdr-plugin-live-8f72cbfff4c4d7e17262472744d905bd36eae11a.tar.bz2
Added ToggleTimers
-rw-r--r--timers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/timers.h b/timers.h
index a2e8a8b..0135761 100644
--- a/timers.h
+++ b/timers.h
@@ -40,6 +40,7 @@ public:
int start, int stop, int priority, int lifetime, std::string const& title, std::string const& aux );
void DelTimer( cTimer* timer);
+ void ToggleTimerActive( cTimer* timer);
// may only be called from Plugin::MainThreadHook
void DoPendingWork();
void DoReloadTimers() { m_timers.ReloadTimers(); }