X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=a0ea25a329cb3d49bc9716212ce0f8983b26908b;hb=e69d8f191784c77c156ffec90db50767f91421e3;hp=fd532668ab5ebac1e6d272760e53daf4e31fb4cc;hpb=cc1b9bc4f6d5c295f07ac5c67d4b6f1d55c75a52;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index fd53266..a0ea25a 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -66,6 +66,7 @@ namespace CEC virtual bool HandleFeatureAbort(const cec_command &command); virtual bool HandleStandby(const cec_command &command); virtual bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState)) { return true; } + virtual bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination); virtual void ResetSLState(void); virtual bool SLInitialised(void); @@ -75,7 +76,6 @@ namespace CEC bool m_bSLEnabled; bool m_bActiveSourceSent; PLATFORM::CTimeout m_resetPowerState; - bool m_bVendorIdSent; PLATFORM::CMutex m_SLMutex; }; };