diff options
Diffstat (limited to 'rcu.c')
-rw-r--r-- | rcu.c | 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: rcu.c 1.3 2002/12/07 12:22:40 kls Exp $ + * $Id: rcu.c 1.4 2003/04/12 14:37:13 kls Exp $ */ #include "rcu.h" @@ -55,6 +55,11 @@ cRcuRemote::~cRcuRemote() Cancel(); } +bool cRcuRemote::Ready(void) +{ + return f >= 0; +} + bool cRcuRemote::Initialize(void) { if (f >= 0) { |