From 4e57f400967a27e9eca7632ae8a80129a065c5b5 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 2 Jun 2012 12:10:36 +0200 Subject: The new class cSortedTimers can be used to quickly get a list of all timers, sorted by their start time --- timers.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'timers.h') diff --git a/timers.h b/timers.h index aa746b17..e77b3946 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 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 { +public: + cSortedTimers(void); + }; + #endif //__TIMERS_H -- cgit v1.2.3