diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-16 18:34:31 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-16 18:34:31 +0000 |
commit | 4a3582ec10235efea2a2973773e6c33b900fd46c (patch) | |
tree | 5b98782dca4ae1c68962fff8309e0caab8e7a897 /live.cpp | |
parent | 1cb637c457d0a2948d82b3715d8a56552aae6457 (diff) | |
download | vdr-plugin-live-4a3582ec10235efea2a2973773e6c33b900fd46c.tar.gz vdr-plugin-live-4a3582ec10235efea2a2973773e6c33b900fd46c.tar.bz2 |
- rewritten task manager to make it more general
Diffstat (limited to 'live.cpp')
-rw-r--r-- | live.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: live.cpp,v 1.11 2007/01/13 18:37:21 lordjaxom Exp $ + * $Id: live.cpp,v 1.12 2007/01/16 18:34:31 lordjaxom Exp $ */ #include <vdr/plugin.h> @@ -56,7 +56,7 @@ void Plugin::Stop(void) void Plugin::MainThreadHook(void) { LiveTimerManager().DoPendingWork(); - LiveTaskManager().DoScheduledWork(); + LiveTaskManager().DoScheduledTasks(); } cString Plugin::Active(void) |