cec: and reverted the previous commit again (partially) cause it wouldn't compile...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 4eff90192db73d047bef378335168c316e63a6ef..0505c7cc81ff23e77ec1a78ae0bc825d4d1e152b 100644 (file)
@@ -57,6 +57,7 @@ namespace CEC
     bool HandleGiveOSDName(const cec_command &command);
     bool HandleGivePhysicalAddress(const cec_command &command);
     bool HandleMenuRequest(const cec_command &command);
+    bool HandleReportPowerStatus(const cec_command &command);
     bool HandleRequestActiveSource(const cec_command &command);
     bool HandleRoutingChange(const cec_command &command);
     bool HandleSetMenuLanguage(const cec_command &command);
@@ -65,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;