X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=8012f2e8913f1a59bca341ef148e4beaeb77d120;hb=5c3b1f92b98bfbc26c59ec8d21e66fc7fcbcd700;hp=e24dac7ee9b61770718ae43238879a6b206b458e;hpb=5abb18f38e146cebabd9ec1b7538459f41249a58;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index e24dac7..8012f2e 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -62,6 +62,8 @@ namespace CEC virtual bool HandleGiveDevicePowerStatus(const cec_command &command); virtual bool HandleGiveDeckStatus(const cec_command &command); virtual bool HandleRequestActiveSource(const cec_command &command); + virtual bool HandleFeatureAbort(const cec_command &command); + virtual bool HandleStandby(const cec_command &command); bool m_bSLEnabled; bool m_bPowerStateReset;