cec: send a reply from the correct device when the stream path is requested
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 6be4b707baced9e99af593e81fe7c3122ad8946b..96f6db55b1442a06c8f0ebcde2f5b54437582eea 100644 (file)
@@ -68,6 +68,7 @@ namespace CEC
     virtual void UnhandledCommand(const cec_command &command);
 
     virtual CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
+    virtual CCECBusDevice *GetDeviceByPhysicalAddress(uint16_t iPhysicalAddress) const;
     CCECBusDevice *m_busDevice;
   };
 };