X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FCECProcessor.h;h=e57ddddd4063cacbde6ec59653361a25175a0483;hb=49ba42d414995d3b3f746d19cbb84ca18fc42897;hp=69586a7cb8fd47f7f010223ad40eb58d5195b0a4;hpb=e7fd53c8e125db215629cdc557c45e2e875d02cc;p=deb_libcec.git diff --git a/src/lib/CECProcessor.h b/src/lib/CECProcessor.h index 69586a7..e57dddd 100644 --- a/src/lib/CECProcessor.h +++ b/src/lib/CECProcessor.h @@ -83,6 +83,7 @@ namespace CEC bool OnCommandReceived(const cec_command &command); void HandleLogicalAddressLost(cec_logical_address oldAddress); + void HandlePhysicalAddressChanged(uint16_t iNewAddress); CCECBusDevice * GetDevice(cec_logical_address address) const; CCECAudioSystem * GetAudioSystem(void) const;