X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.h;h=5c1130ae0f1f379c95832f498bc639ac08629a57;hb=37acf382b4a151ba018ecd3558fdd5b8cc585077;hp=9d3ba013bf27669a193b181a41f41d34ec3e9ba1;hpb=8d915412796290269f7efd48dc5e6802d82f5f15;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.h b/src/lib/implementations/SLCommandHandler.h index 9d3ba01..5c1130a 100644 --- a/src/lib/implementations/SLCommandHandler.h +++ b/src/lib/implementations/SLCommandHandler.h @@ -49,9 +49,12 @@ namespace CEC virtual bool TransmitLGVendorId(const cec_logical_address iInitiator, const cec_logical_address iDestination); protected: + virtual void TransmitDeckStatus(const cec_logical_address iDestination); virtual bool HandleGiveDeviceVendorId(const cec_command &command); virtual bool HandleVendorCommand(const cec_command &command); - bool m_bAwaitingReceiveFailed; + bool m_bAwaitingReceiveFailed; + bool m_bSLEnabled; + bool m_bSkipNextVendorId; }; };