X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=d6acd7512a84f6c21da0f7d74055878941d49046;hb=38bdb94305cac92a7ac8ea31e2c1533dc17fb8dc;hp=e7184dfc8d708836acd22e8d731e36c2d105541d;hpb=e55f3f703996f8c347db3fe2442893163f5523b7;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index e7184df..d6acd75 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -66,8 +66,9 @@ namespace CEC bool HandleUserControlRelease(const cec_command &command); void UnhandledCommand(const cec_command &command); + void SendToCommandBuffer(const cec_command &command); + CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const; - CCECBusDevice *GetThisDevice(void) const; CCECBusDevice *m_busDevice; }; };