cec: send deck status 0x20 when an LG tv is found, so keypresses will be routed to...
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index 7566fb795d773fd13e8a78cb8352f723829d5bb6..9d3ba013bf27669a193b181a41f41d34ec3e9ba1 100644 (file)
@@ -45,6 +45,8 @@ namespace CEC
     virtual bool HandleCommand(const cec_command &command);
     virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination);
     virtual bool HandleReceiveFailed(void);
+    virtual bool InitHandler(void);
+    virtual bool TransmitLGVendorId(const cec_logical_address iInitiator, const cec_logical_address iDestination);
 
   protected:
     virtual bool HandleGiveDeviceVendorId(const cec_command &command);