diff options
Diffstat (limited to 'client/device.h')
-rw-r--r-- | client/device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/device.h b/client/device.h index b35dabe..b7ab3da 100644 --- a/client/device.h +++ b/client/device.h @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.1 2004/12/30 22:44:00 lordjaxom Exp $ + * $Id: device.h,v 1.2 2005/01/25 14:14:43 lordjaxom Exp $ */ #ifndef VDR_STREAMDEV_DEVICE_H @@ -30,7 +30,7 @@ private: protected: virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView); - virtual bool HasLock(void) { return m_TSBuffer != NULL; } + virtual bool HasLock(int TimeoutMs) { return m_TSBuffer != NULL; } // TODO virtual bool SetPid(cPidHandle *Handle, int Type, bool On); virtual bool OpenDvr(void); |