diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-03-26 14:38:46 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-03-26 14:38:46 +0200 |
commit | 5f7e788ae8bf187760bbc122bac1221d7e62af6a (patch) | |
tree | 9596771729425accb3314ecf424e2feec1865597 /timers.h | |
parent | e789efcb963aa1db9517dbe4c3652b5186e530ce (diff) | |
download | vdr-5f7e788ae8bf187760bbc122bac1221d7e62af6a.tar.gz vdr-5f7e788ae8bf187760bbc122bac1221d7e62af6a.tar.bz2 |
Improved deleting expired single shot timers1.3.45
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: timers.h 1.26 2006/02/25 15:05:09 kls Exp $ + * $Id: timers.h 1.27 2006/03/26 14:38:46 kls Exp $ */ #ifndef __TIMERS_H @@ -101,6 +101,7 @@ private: int state; int beingEdited; time_t lastSetEvents; + time_t lastDeleteExpired; public: cTimers(void); cTimer *GetTimer(cTimer *Timer); |