X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=8cc64f10345bab0cb735c860b6acd292ceabdcf4;hb=2b44051cbfa70deafc30d9767323214debbc1a75;hp=8c6902db41f42f824c26110e405fd6a008e69ea6;hpb=04283ce44fc45cbfb145075d02ff116e277f7560;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index 8c6902d..8cc64f1 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -32,7 +32,6 @@ */ #include "CECCommandHandler.h" -#include "../platform/util/timeutils.h" namespace CEC { @@ -67,7 +66,7 @@ namespace CEC int HandleRequestActiveSource(const cec_command &command); int HandleFeatureAbort(const cec_command &command); int HandleStandby(const cec_command &command); - bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState)) { return true; } + bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState), bool UNUSED(bIsReply)) { return true; } bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination); void ResetSLState(void);