cec: added some more LG hacks
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index 9d3ba013bf27669a193b181a41f41d34ec3e9ba1..5c1130ae0f1f379c95832f498bc639ac08629a57 100644 (file)
@@ -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;
   };
 };