diff options
Diffstat (limited to 'timers.h')
-rw-r--r-- | timers.h | 7 |
1 files changed, 6 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 2.3 2012/02/20 15:52:57 kls Exp $ + * $Id: timers.h 2.4 2012/06/02 12:10:00 kls Exp $ */ #ifndef __TIMERS_H @@ -135,4 +135,9 @@ public: extern cTimers Timers; +class cSortedTimers : public cVector<const cTimer *> { +public: + cSortedTimers(void); + }; + #endif //__TIMERS_H |