X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECProcessor.h;h=acefd8b0a4840c1c1eab17ae8f51917853f00af9;hb=0680dab3d36a09be739b1852ac622a3aac0229bb;hp=d5571046202caacc27b158d27af8be09c58cf5a9;hpb=4d14323b2ecc400110ace550ae7e4739964dfa8b;p=deb_libcec.git diff --git a/src/lib/CECProcessor.h b/src/lib/CECProcessor.h index d557104..acefd8b 100644 --- a/src/lib/CECProcessor.h +++ b/src/lib/CECProcessor.h @@ -109,7 +109,7 @@ namespace CEC bool OnCommandReceived(const cec_command &command); bool IsMonitoring(void) const { return m_bMonitor; } - CCECBusDevice * GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress, bool bRefresh = false, bool bSuppressPoll = false) const; + CCECBusDevice * GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress, bool bSuppressUpdate = true); CCECBusDevice * GetDeviceByType(cec_device_type type) const; CCECBusDevice * GetPrimaryDevice(void) const; cec_version GetDeviceCecVersion(cec_logical_address iAddress);