cec: added hooks for vendor specific cec handling for LG and Samsung
[deb_libcec.git] / src / lib / CECProcessor.h
index 5ff3e6270cb1dff29a102d90688ee959b83e6a32..4e9d1115c475aba934769702b5dc650ce63db0b1 100644 (file)
@@ -74,6 +74,9 @@ namespace CEC
       virtual void ReportOSDName(cec_logical_address address = CECDEVICE_TV);
       virtual void ReportPhysicalAddress(void);
       virtual void BroadcastActiveSource(void);
+      virtual bool HandleANCommand(cec_command &command);
+      virtual bool HandleSLCommand(cec_command &command);
+      virtual bool HandleCecCommand(cec_command &command);
 
     private:
       void LogOutput(const cec_command &data);