diff options
| author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 10:40:33 +0000 |
|---|---|---|
| committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-24 10:40:33 +0000 |
| commit | 613c0f504635d2dc19c567045e329a66d137821d (patch) | |
| tree | 388eae80b75384537ef4964f4a0efcc804a1ade4 /timers.h | |
| parent | 8b66fc4dcc96a631a79775d68c053ae69b4e8ba6 (diff) | |
| download | vdr-plugin-live-613c0f504635d2dc19c567045e329a66d137821d.tar.gz vdr-plugin-live-613c0f504635d2dc19c567045e329a66d137821d.tar.bz2 | |
Added Function DelTimer
Diffstat (limited to 'timers.h')
| -rw-r--r-- | timers.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ public: void UpdateTimer( cTimer* timer, int flags, tChannelID& channel, std::string const& weekdays, std::string const& day, int start, int stop, int priority, int lifetime, std::string const& title, std::string const& aux ); + void DelTimer( cTimer* timer); // may only be called from Plugin::MainThreadHook void DoPendingWork(); void DoReloadTimers() { m_timers.ReloadTimers(); } |
