cec: only send unhandled and selected commands to the command buffer
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index e7184dfc8d708836acd22e8d731e36c2d105541d..0505c7cc81ff23e77ec1a78ae0bc825d4d1e152b 100644 (file)
@@ -66,6 +66,8 @@ namespace CEC
     bool HandleUserControlRelease(const cec_command &command);
     void UnhandledCommand(const cec_command &command);
 
+    void SendToCommandBuffer(const cec_command &command);
+
     CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
     CCECBusDevice *GetThisDevice(void) const;
     CCECBusDevice *m_busDevice;