X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FCECCommandHandler.h;h=8c6d0c10506149e5faff24e997b3c1c06b4ab296;hb=855a3a98394762b90bd86e7522110057a616fa6e;hp=8fb9446f8bfac6f1c7050b52537c056270f52cb1;hpb=8354f74710bf154d9b31335958b0189f10d6a408;p=deb_libcec.git diff --git a/src/lib/implementations/CECCommandHandler.h b/src/lib/implementations/CECCommandHandler.h index 8fb9446..8c6d0c1 100644 --- a/src/lib/implementations/CECCommandHandler.h +++ b/src/lib/implementations/CECCommandHandler.h @@ -47,6 +47,8 @@ namespace CEC virtual bool HandleCommand(const cec_command &command); virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; }; + virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination); + virtual bool HandleReceiveFailed(void); protected: virtual bool HandleActiveSource(const cec_command &command);