diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-08-06 12:56:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-08-06 12:56:49 +0200 |
commit | 0d034bc582c53fde9b6260e604b25eac3cfdeb51 (patch) | |
tree | 5a966746fa238c9570216e0a08bb274803ba7d20 /config.h | |
parent | dd6bc9feea50553926a7d7f1b2fc1870dcba4f47 (diff) | |
download | vdr-0d034bc582c53fde9b6260e604b25eac3cfdeb51.tar.gz vdr-0d034bc582c53fde9b6260e604b25eac3cfdeb51.tar.bz2 |
New SVDRP command UPDT
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 1.13 2000/08/02 16:38:40 kls Exp $ + * $Id: config.h 1.14 2000/08/06 12:22:52 kls Exp $ */ #ifndef __CONFIG_H @@ -183,7 +183,11 @@ public: }; class cChannels : public cConfig<cChannel> {}; -class cTimers : public cConfig<cTimer> {}; + +class cTimers : public cConfig<cTimer> { +public: + cTimer *GetTimer(cTimer *Timer); + }; extern int CurrentChannel; |