diff options
Diffstat (limited to 'switchtimer_thread.h')
-rw-r--r-- | switchtimer_thread.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/switchtimer_thread.h b/switchtimer_thread.h index 31bc311..6c02914 100644 --- a/switchtimer_thread.h +++ b/switchtimer_thread.h @@ -27,15 +27,16 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "switchtimer.h" #include <vdr/thread.h> -class cSwitchTimerThread: public cThread { - private: +class cSwitchTimerThread: public cThread +{ +private: bool m_Active; time_t m_lastUpdate; cCondWait Wait; - protected: +protected: virtual void Action(void); void Stop(void); - public: +public: static cSwitchTimerThread *m_Instance; cSwitchTimerThread(void); |