X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=f7979548c6b41cdf4aadcffab64af7cd855320ab;hb=b2f0b1abed1a76ec1cf2687924f5c60cab2a5316;hp=5178e4f4c3717678c06b48940e7e84a2e101c30d;hpb=c71891a335d74d5f31dc96c2f5853384167a081b;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);