From 5f7e788ae8bf187760bbc122bac1221d7e62af6a Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 26 Mar 2006 14:38:46 +0200 Subject: Improved deleting expired single shot timers --- timers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'timers.h') diff --git a/timers.h b/timers.h index f49b48dd..8b86cc3a 100644 --- a/timers.h +++ b/timers.h @@ -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); -- cgit v1.2.3