cec: set the power status of device controlled by libCEC to CEC_POWER_STATUS_ON inste...
[deb_libcec.git] / src / lib / devices / CECBusDevice.h
index 9db9bd4d03b39c403496d77d3fd7cefe8ac2b3d0..377bec395e1732b9b702df941d3f39df0621cbdd 100644 (file)
@@ -109,8 +109,10 @@ namespace CEC
     virtual bool TransmitKeyRelease(bool bWait = true);
 
     bool ReplaceHandler(bool bActivateSource = true);
+    virtual bool TransmitPendingActiveSourceCommands(void);
 
   protected:
+    void ResetDeviceStatus(void);
     void CheckVendorIdRequested(void);
     void MarkBusy(void);
     void MarkReady(void);