diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 11:32:50 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 11:32:50 +0000 |
commit | 8f72cbfff4c4d7e17262472744d905bd36eae11a (patch) | |
tree | 738bcc3012d6c6ca8d7fe7af5513a173e6c0d3b5 | |
parent | dd10de41a55aaf5559d50ca8506bb68576d3231c (diff) | |
download | vdr-plugin-live-8f72cbfff4c4d7e17262472744d905bd36eae11a.tar.gz vdr-plugin-live-8f72cbfff4c4d7e17262472744d905bd36eae11a.tar.bz2 |
Added ToggleTimers
-rw-r--r-- | timers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); } |