fixed - CCECClient::IsLibCECActiveSource returns false now while the active source...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 61f9f47d5e722f2d2edb68a3ffc23167469239fd..fca8a966fa6aca7a4809cce9c9fad9727bf863f8 100644 (file)
@@ -97,6 +97,7 @@ namespace CEC
 
     virtual bool SupportsDeviceType(const cec_device_type UNUSED(type)) const { return true; };
     virtual cec_device_type GetReplacementDeviceType(const cec_device_type type) const { return type; }
+    virtual bool ActiveSourcePending(void) const { return m_iActiveSourcePending != 0; }
 
   protected:
     virtual int HandleActiveSource(const cec_command &command);