cec: handle bus scan from LG TVs
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 8fb9446f8bfac6f1c7050b52537c056270f52cb1..8c6d0c10506149e5faff24e997b3c1c06b4ab296 100644 (file)
@@ -47,6 +47,8 @@ namespace CEC
 
     virtual bool HandleCommand(const cec_command &command);
     virtual cec_vendor_id GetVendorId(void) { return CEC_VENDOR_UNKNOWN; };
+    virtual void HandlePoll(const cec_logical_address iInitiator, const cec_logical_address iDestination);
+    virtual bool HandleReceiveFailed(void);
 
   protected:
     virtual bool HandleActiveSource(const cec_command &command);