From 2fae067cfef6f930415e8b3d4c4713b5de91b1eb Mon Sep 17 00:00:00 2001 From: Frank Schmirler Date: Sat, 10 Sep 2011 00:08:04 +0200 Subject: streamdev-client returns true in its AvoidRecording() method --- client/device.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client') diff --git a/client/device.h b/client/device.h index 186ae89..6c64df0 100644 --- a/client/device.h +++ b/client/device.h @@ -57,6 +57,9 @@ public: bool *NeedsDetachReceivers = NULL) const; #if APIVERSNUM >= 10700 virtual int NumProvidedSystems(void) const; +#endif +#if APIVERSNUM >= 10719 + virtual bool AvoidRecording(void) const { return true; } #endif virtual bool IsTunedToTransponder(const cChannel *Channel); virtual int SignalStrength(void) const; -- cgit v1.2.3