From 2072c668df9ad48586fd2750713da0be742dda6d Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Sat, 13 Jan 2007 18:37:21 +0000 Subject: - added service to switch channels by channel-id --- live.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'live.cpp') diff --git a/live.cpp b/live.cpp index ef482b5..9cd5eb1 100644 --- a/live.cpp +++ b/live.cpp @@ -3,13 +3,14 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.10 2007/01/05 19:51:38 lordjaxom Exp $ + * $Id: live.cpp,v 1.11 2007/01/13 18:37:21 lordjaxom Exp $ */ #include #include "i18n.h" #include "live.h" #include "setup.h" +#include "tasks.h" #include "thread.h" #include "timers.h" @@ -55,6 +56,7 @@ void Plugin::Stop(void) void Plugin::MainThreadHook(void) { LiveTimerManager().DoPendingWork(); + LiveTaskManager().DoScheduledWork(); } cString Plugin::Active(void) -- cgit v1.2.3