cec: log string cosmetics in CCECBusDevice. log a source for each packet
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index e7184dfc8d708836acd22e8d731e36c2d105541d..d6acd7512a84f6c21da0f7d74055878941d49046 100644 (file)
@@ -66,8 +66,9 @@ 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;
   };
 };