diff options
author | Johann Friedrichs <johann.friedrichs@web.de> | 2018-03-21 12:14:55 +0100 |
---|---|---|
committer | Johann Friedrichs <johann.friedrichs@web.de> | 2018-03-21 12:14:55 +0100 |
commit | e8a0e569152c50d6084f252d12854b8fd4e74466 (patch) | |
tree | 5a90ef7ea08ff2096df157ca109c5268cdc04903 /switchtimer_thread.h | |
parent | 9c7d95ff8d6ba965cb23147507a859b1fd0491d6 (diff) | |
download | vdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.gz vdr-plugin-epgsearch-e8a0e569152c50d6084f252d12854b8fd4e74466.tar.bz2 |
unified indentation
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); |