X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=inline;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=76b51df108c799953ddf327eac236249ad36ff4b;hb=ba65909d0a9c43a1bac71c6182c53f202285cec5;hp=f7979548c6b41cdf4aadcffab64af7cd855320ab;hpb=b2f0b1abed1a76ec1cf2687924f5c60cab2a5316;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index f797954..76b51df 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -32,7 +32,9 @@ */ #include -#include "../platform/os.h" +#include "../platform/threads/threads.h" +#include "../platform/util/buffer.h" +#include "../platform/util/StdString.h" namespace PLATFORM { @@ -55,7 +57,7 @@ namespace CEC bool Write(CCECAdapterMessage *data); void Close(void); bool IsOpen(void); - std::string GetError(void) const; + CStdString GetError(void) const; void *Process(void);