X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=9d3ba013bf27669a193b181a41f41d34ec3e9ba1;hb=8d915412796290269f7efd48dc5e6802d82f5f15;hp=7566fb795d773fd13e8a78cb8352f723829d5bb6;hpb=9b223b298b838c216281f580c4dc0e62cf8d41f6;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index 7566fb7..9d3ba01 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -45,6 +45,8 @@ namespace CEC virtual bool HandleCommand(const cec_command &command); virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination); virtual bool HandleReceiveFailed(void); + virtual bool InitHandler(void); + virtual bool TransmitLGVendorId(const cec_logical_address iInitiator, const cec_logical_address iDestination); protected: virtual bool HandleGiveDeviceVendorId(const cec_command &command);