X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=ab0184a5b85968cba7d06b2ce0a6343017566fc1;hp=bc4b921cf83f7eb4f0e8adad7116997d4f009826;hb=41fafb34071badc0ffc57f0efb987058d87c456e;hpb=9382b58c7f7bb023eec1122bd149e772257dfb96 diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index bc4b921..ab0184a 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 HandleVendorRemoteButtonUp(const cec_command &command); + int HandleDeviceVendorCommandWithId(const cec_command &command); protected: bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);