cec: delay the 'active source' command for panasonic, until the vendor command that...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 93892709ff0fa01534b5d4c7c24b518d6f0387bc..fe9a3f1be191aa9b1de930f91bcdde9d76537604 100644 (file)
@@ -157,6 +157,7 @@ namespace CEC
     virtual bool TransmitKeyRelease(const cec_logical_address iInitiator, const cec_logical_address iDestination, bool bWait = true);
     virtual bool TransmitSetStreamPath(uint16_t iStreamPath);
     virtual bool SendDeckStatusUpdateOnActiveSource(void) const { return m_bOPTSendDeckStatusUpdateOnActiveSource; };
+    virtual bool TransmitPendingActiveSourceCommands(void) { return true; }
 
   protected:
     virtual bool HandleActiveSource(const cec_command &command);