cec: added SetHDMIPort()/cec_set_hdmi_port(). devices are now detected on load and...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 9d3ec03fae58619396ba36d5122a62d093112737..245d39e8aa64a81d10f8589ab09f50c34da5da6c 100644 (file)
@@ -97,6 +97,8 @@ namespace CEC
     virtual CCECBusDevice *GetDeviceByType(cec_device_type type) const;
 
     virtual void SetVendorId(const cec_command &command);
+    virtual void SetPhysicalAddress(cec_logical_address iAddress, uint16_t iNewAddress);
+
     CCECBusDevice *m_busDevice;
   };
 };