X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=9d3ba013bf27669a193b181a41f41d34ec3e9ba1;hb=5606e90bb3c5a85ab8e29e639e8248581247699e;hp=7566fb795d773fd13e8a78cb8352f723829d5bb6;hpb=855a3a98394762b90bd86e7522110057a616fa6e;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);