From 8f72cbfff4c4d7e17262472744d905bd36eae11a Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Tue, 24 Apr 2007 11:32:50 +0000 Subject: Added ToggleTimers --- timers.h | 1 + 1 file changed, 1 insertion(+) 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(); } -- cgit v1.2.3