diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-03-20 15:15:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-03-20 15:15:42 +0100 |
commit | f1494502a736ef07cd37786f63a9478d5ed89341 (patch) | |
tree | 819c24d779a2d38ba7926510f68773454927a7e0 /tools.h | |
parent | f1c9ad7a5e9b080f6c8f02abb4705d593122f86f (diff) | |
download | vdr-f1494502a736ef07cd37786f63a9478d5ed89341.tar.gz vdr-f1494502a736ef07cd37786f63a9478d5ed89341.tar.bz2 |
All log entries regarding timers now contain a short description of the timer1.3.23
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: tools.h 1.67 2005/02/12 10:17:14 kls Exp $ + * $Id: tools.h 1.68 2005/03/20 14:44:24 kls Exp $ */ #ifndef __TOOLS_H @@ -202,7 +202,7 @@ public: void Append(cListObject *Object); void Insert(cListObject *Object); void Unlink(void); - int Index(void); + int Index(void) const; cListObject *Prev(void) const { return prev; } cListObject *Next(void) const { return next; } }; |