summaryrefslogtreecommitdiff
path: root/searchtimer_thread.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-03-05 20:07:29 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-03-05 20:07:29 +0100
commiteedb920807a5917ca63c6c8dd7c78e6e4bf2754e (patch)
tree172d4fc718ba7d1b7352e038d2d92d8c80884b01 /searchtimer_thread.h
parent0e3a3840e8daf19e2e8583cc2850a7b88bbf167a (diff)
downloadvdr-plugin-epgsearch-eedb920807a5917ca63c6c8dd7c78e6e4bf2754e.tar.gz
vdr-plugin-epgsearch-eedb920807a5917ca63c6c8dd7c78e6e4bf2754e.tar.bz2
0.9.24.beta22, %timer.modreason%, no mail when only eventid has changed
Diffstat (limited to 'searchtimer_thread.h')
-rw-r--r--searchtimer_thread.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/searchtimer_thread.h b/searchtimer_thread.h
index 3527a67..4cbf477 100644
--- a/searchtimer_thread.h
+++ b/searchtimer_thread.h
@@ -26,9 +26,11 @@ The project's page is at http://winni.vdr-developer.org/epgsearch
#include <vdr/thread.h>
#include "epgsearchext.h"
-#include "epgsearch.h"
+#include "epgsearchtools.h"
#include "mail.h"
+class cPluginEpgsearch;
+
// --- cRecordingObj --------------------------------------------------------
class cRecordingObj : public cListObject {
public:
@@ -49,7 +51,7 @@ class cSearchTimerThread: public cThread {
protected:
virtual void Action(void);
- bool AddModTimer(cTimer* Timer, int, cSearchExt*, const cEvent*, int Prio, int Lifetime, char* Summary = NULL);
+ bool AddModTimer(cTimer* Timer, int, cSearchExt*, const cEvent*, int Prio, int Lifetime, char* Summary = NULL, uint timerMod = tmNoChange);
void RemoveTimer(cTimer* Timer, const cEvent* Event = NULL);
void Stop(void);
bool NeedUpdate();