cec: renamed WaitForAck() to WaitForTransmitSucceeded(), because it waits for the...
[deb_libcec.git] / src / lib / CECProcessor.h
index 2d5c3127052da5d9dd84cae5ffd5ff6946eab42e..8569949cbf0b3805863421c05f3a45d234568260 100644 (file)
@@ -81,7 +81,7 @@ namespace CEC
 
   private:
       void LogOutput(const cec_command &data);
-      bool WaitForAck(bool *bError, uint8_t iLength, uint32_t iTimeout = 1000);
+      bool WaitForTransmitSucceeded(uint8_t iLength, uint32_t iTimeout = 1000);
       bool ParseMessage(const CCECAdapterMessage &msg);
       void ParseCommand(cec_command &command);