X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FANCommandHandler.h;h=d9437d13a1e6529c364bf5f932e05bc32cfc44bd;hb=a2612289991e8ba17bd02534d68741f7c22b4ad3;hp=23b9de930b9434984def115a0f920ccd12220b7b;hpb=4c42105f6cc188db9ffab92b842922009595a28c;p=deb_libcec.git diff --git a/src/lib/implementations/ANCommandHandler.h b/src/lib/implementations/ANCommandHandler.h index 23b9de9..d9437d1 100644 --- a/src/lib/implementations/ANCommandHandler.h +++ b/src/lib/implementations/ANCommandHandler.h @@ -44,5 +44,6 @@ namespace CEC virtual bool HandleCommand(const cec_command &command); protected: virtual bool HandleVendorRemoteButtonDown(const cec_command &command); + virtual bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination); }; };