diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-04 12:42:52 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2009-01-04 12:42:52 +0100 |
commit | 5f8d768468d71154e2bd29b667c6aa8af453fe27 (patch) | |
tree | 76bc0dd2dc38e695abfd554f78fdfb1621aa6c5b /searchtimer_thread.h | |
parent | 6c25a70aab63dc84ed1278195eef0a560005970d (diff) | |
download | vdr-plugin-epgsearch-5f8d768468d71154e2bd29b667c6aa8af453fe27.tar.gz vdr-plugin-epgsearch-5f8d768468d71154e2bd29b667c6aa8af453fe27.tar.bz2 |
use shutdown handler to prevent an interrupted search timer update
Diffstat (limited to 'searchtimer_thread.h')
-rw-r--r-- | searchtimer_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/searchtimer_thread.h b/searchtimer_thread.h index 7c0782e..92cc6de 100644 --- a/searchtimer_thread.h +++ b/searchtimer_thread.h @@ -62,6 +62,7 @@ class cSearchTimerThread: public cThread { static char* SummaryExtended(cSearchExt* searchExt, cTimer* Timer, const cEvent* pEvent); static cSearchTimerThread *m_Instance; static cTimer* GetTimer(cSearchExt *searchExt, const cEvent *pEvent, bool& bTimesMatchExactly); + static bool justRunning; cSearchTimerThread(cPluginEpgsearch* thePlugin); virtual ~cSearchTimerThread(); |