From 2cb8c257e0693fe8c7c7bdfe2b2dbe5c6b156bbe Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 12 Jan 2007 22:05:30 +0000 Subject: - added operators for streaming tChannelID - passing tChannelID consistently --- timers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'timers.h') diff --git a/timers.h b/timers.h index 861c724..85d6406 100644 --- a/timers.h +++ b/timers.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include "live.h" @@ -33,7 +34,7 @@ class TimerManager: public cMutex public: SortedTimers& GetTimers() { return m_timers; } - void UpdateTimer( cTimer* timer, int flags, std::string const& channel, std::string const& weekdays, std::string const& day, + 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 ); // may only be called from Plugin::MainThreadHook -- cgit v1.2.3