cec: fixed - don't request the PA of devices when handling an incoming CEC command...
[deb_libcec.git] / src / lib / CECProcessor.h
index d5571046202caacc27b158d27af8be09c58cf5a9..acefd8b0a4840c1c1eab17ae8f51917853f00af9 100644 (file)
@@ -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);