cec: moved SetVendorId(const cec_datapacket &packet) to CCECCommandHandler
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index b5c168b115e75f9915583d7f580161b6afb24430..9ef20aee0bfd58e62ae6108ea2c6c9553f3c2dd7 100644 (file)
@@ -71,6 +71,8 @@ namespace CEC
 
     virtual CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
     virtual CCECBusDevice *GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress) const;
+
+    virtual void SetVendorId(const cec_command &command);
     CCECBusDevice *m_busDevice;
   };
 };