diff options
Diffstat (limited to 'searchtimer_thread.h')
-rw-r--r-- | searchtimer_thread.h | 6 |
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(); |