X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=73d3caef9779df589c241f826d448a59073ba6fa;hb=b45bdacdeee5c96e0294717fbe2c47a49a110fd1;hp=bc4b921cf83f7eb4f0e8adad7116997d4f009826;hpb=5984da46635e73076ebfc7df0b39811d9978f1c3;p=deb_libcec.git diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index bc4b921..73d3cae 100644 --- a/src/lib/implementations/ANCommandHandler.h +++ b/src/lib/implementations/ANCommandHandler.h @@ -46,7 +46,8 @@ namespace CEC virtual ~CANCommandHandler(void) {}; int HandleVendorRemoteButtonDown(const cec_command &command); - int HandleVendorRemoteButtonUp(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);