X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=73d3caef9779df589c241f826d448a59073ba6fa;hp=595170ac887101088f5627b9db9f8c2a300bfba3;hb=0ba92c2d4fb9088e52c9a0d80169fd86d48156b8;hpb=f9c4a2de412487b78c333dc21d9b7e41a5fe69e3 diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index 595170a..73d3cae 100644 --- a/src/lib/implementations/ANCommandHandler.h +++ b/src/lib/implementations/ANCommandHandler.h @@ -47,6 +47,7 @@ namespace CEC int HandleVendorRemoteButtonDown(const cec_command &command); int HandleDeviceVendorCommandWithId(const cec_command &command); + int HandleSetMenuLanguage(const cec_command &command); protected: bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);