cec: added an 'send inactive source' option to libcec_configuration, only supported...
[deb_libcec.git] / src / lib / CECProcessor.h
index 49c6eae904db047cff18b6d12a4d77f35094c7a4..61ea68691e36f56ceea33dca4e98ff925b030b13 100644 (file)
@@ -40,7 +40,7 @@
 namespace CEC
 {
   class CLibCEC;
-  struct IAdapterCommunication;
+  class IAdapterCommunication;
   class CCECBusDevice;
 
   class CCECProcessor : public PLATFORM::CThread, public IAdapterCommunicationCallback
@@ -162,6 +162,7 @@ namespace CEC
       void LogOutput(const cec_command &data);
       void ParseCommand(const cec_command &command);
 
+      bool                                m_bConnectionOpened;
       bool                                m_bInitialised;
       cec_logical_addresses               m_logicalAddresses;
       PLATFORM::CMutex                    m_mutex;