cec: more LG loop fix hacks
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index 7ba78ae7417be749e7e960b253582884d3f3626b..47d873bd7374a478a739243217aa1dca1ef19b6c 100644 (file)
@@ -60,10 +60,11 @@ namespace CEC
     virtual void HandleVendorCommandSLConnect(const cec_command &command);
     virtual void TransmitVendorCommand05(const cec_logical_address iSource, const cec_logical_address iDestination);
 
-    virtual void SetDeckStatus(cec_deck_info deckStatus);
     virtual bool HandleGiveDevicePowerStatus(const cec_command &command);
+    virtual bool HandleGiveDeckStatus(const cec_command &command);
 
     bool    m_bSLEnabled;
     bool    m_bPowerStateReset;
+    bool    m_bActiveSourceSent;
   };
 };