diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 14:37:57 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-12 14:37:57 +0200 |
commit | f20648eab26f8efee41642f198da3d35b2d408c1 (patch) | |
tree | 411516a15e64095a26b46515364e3ca864db99fb /rcu.h | |
parent | bd233752488dc28a81137e45d177f77177ba10e2 (diff) | |
download | vdr-f20648eab26f8efee41642f198da3d35b2d408c1.tar.gz vdr-f20648eab26f8efee41642f198da3d35b2d408c1.tar.bz2 |
The LIRC and RCU remote control no longer try to learn keys in case of errors during startup
Diffstat (limited to 'rcu.h')
-rw-r--r-- | rcu.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: rcu.h 1.2 2002/12/07 12:21:25 kls Exp $ + * $Id: rcu.h 1.3 2003/04/12 14:36:09 kls Exp $ */ #ifndef __RCU_H @@ -39,6 +39,7 @@ private: public: cRcuRemote(char *DeviceName); virtual ~cRcuRemote(); + virtual bool Ready(void); virtual bool Initialize(void); }; |