rpi: handle VC_CEC_LOGICAL_ADDR_LOST in the rpi communication class itself, don't...
[deb_libcec.git] / src / lib / CECProcessor.h
index 63cf298b89cbfa644882d6b64e25e419c81457d4..3494d72a0e345fcb9abac76144b5303271cfdbf7 100644 (file)
@@ -69,7 +69,7 @@ namespace CEC
       CCECClient *GetClient(const cec_logical_address address);
 
       bool                  OnCommandReceived(const cec_command &command);
-      void                  HandleLogicalAddressLost(cec_logical_address address);
+      void                  HandleLogicalAddressLost(cec_logical_address oldAddress, cec_logical_address newAddress);
 
       CCECBusDevice *       GetDevice(cec_logical_address address) const;
       CCECAudioSystem *     GetAudioSystem(void) const;