summaryrefslogtreecommitdiff
path: root/conflictcheck_thread.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-08-24 14:00:28 +0200
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-08-24 14:00:28 +0200
commit36a1702cb9b22a91dec25844bbb9674cc7e01087 (patch)
tree3a2a32e43c807ef893a2741ffeab3da5401a97a8 /conflictcheck_thread.h
parentc710608b32f65500d70620275db178834bec1a1f (diff)
downloadvdr-plugin-epgsearch-36a1702cb9b22a91dec25844bbb9674cc7e01087.tar.gz
vdr-plugin-epgsearch-36a1702cb9b22a91dec25844bbb9674cc7e01087.tar.bz2
moved from cCondWait::SleepMs to cCondWait::Wait to avoid shutdown problems, patch by
e9hack
Diffstat (limited to 'conflictcheck_thread.h')
-rw-r--r--conflictcheck_thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/conflictcheck_thread.h b/conflictcheck_thread.h
index 667045e..62ec9d2 100644
--- a/conflictcheck_thread.h
+++ b/conflictcheck_thread.h
@@ -35,6 +35,7 @@ class cConflictCheckThread: public cThread {
cPluginEpgsearch* m_plugin;
static bool m_runOnce;
static bool m_forceUpdate;
+ cCondWait Wait;
protected:
virtual void Action(void);
void Stop(void);