From 10db11acd9a9785443182da1ec032c1d83db271a Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Mon, 18 Feb 2013 12:43:02 +0100 Subject: API changes of VDR 1.7.38 (thanks to mal@vdr-developer) --- client/device.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client') diff --git a/client/device.h b/client/device.h index 71e42ed..1edf956 100644 --- a/client/device.h +++ b/client/device.h @@ -28,7 +28,11 @@ private: protected: virtual bool SetChannelDevice(const cChannel *Channel, bool LiveView); - virtual bool HasLock(int TimeoutMs) +#if APIVERSNUM >= 10738 + virtual bool HasLock(int TimeoutMs) const +#else + virtual bool HasLock(int TimeoutMs) +#endif { //printf("HasLock is %d\n", (ClientSocket.DataSocket(siLive) != NULL)); //return ClientSocket.DataSocket(siLive) != NULL; -- cgit v1.2.3