cec: put the message processing code from WaitForAck() in ParseMessage(). fixes missi...
[deb_libcec.git] / src / lib / CECProcessor.h
index 39f1a2efc362b753db1aeb0f26902e300ec56f0c..8617257f30437a3236c32cd613a2a6a89ed997b6 100644 (file)
@@ -75,7 +75,7 @@ namespace CEC
     private:
       void LogOutput(const cec_command &data);
       bool WaitForAck(bool *bError, uint32_t iTimeout = 1000);
-      bool ParseMessage(cec_adapter_message &msg);
+      void ParseMessage(cec_adapter_message &msg, bool *bError, bool *bTransmitSucceeded, bool *bEom, bool bProcessMessages = true);
       void ParseCommand(cec_command &command);
       void ParseVendorId(cec_logical_address device, const cec_datapacket &data);