From ab7a2112f96bb48ee2713ada4c9ce73322cf3cba Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sun, 7 Jan 2007 18:42:45 +0000 Subject: - simplified error handling - moved error_widget to error.ecpp as subcomponent - introduced error handling where necessary - moved creation of timer settings string from page to code - added redirect to edit_timer.ecpp after saving a timer --- timers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'timers.h') diff --git a/timers.h b/timers.h index 1400dab..861c724 100644 --- a/timers.h +++ b/timers.h @@ -33,7 +33,8 @@ class TimerManager: public cMutex public: SortedTimers& GetTimers() { return m_timers; } - std::string UpdateTimer( cTimer* timer, std::string const& timerString ); + void UpdateTimer( cTimer* timer, int flags, std::string const& 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 ); // may only be called from Plugin::MainThreadHook void DoPendingWork(); -- cgit v1.2.3