X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=f7979548c6b41cdf4aadcffab64af7cd855320ab;hb=2819463f691b83e6e7852d5578a2a7263bfca22a;hp=5178e4f4c3717678c06b48940e7e84a2e101c30d;hpb=b5f787b969b7e0517321ebbfe069ac65c330982e;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index 5178e4f..f797954 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -65,7 +65,7 @@ namespace CEC bool PingAdapter(void); uint16_t GetFirmwareVersion(void); - bool WaitForTransmitSucceeded(CCECAdapterMessage *message); + bool WaitForAck(CCECAdapterMessage &message); private: void SendMessageToAdapter(CCECAdapterMessage *msg);