moved cec_adapter_messagecode from cectypes.h to USBCECAdapterMessage.h
[deb_libcec.git] / src / lib / adapter / Pulse-Eight / USBCECAdapterCommands.h
index ff0c187e89fc9e7e76544e68d69f37730238fda3..13e22494cad0041564708dad3c078e7f35d4d611 100644 (file)
@@ -31,6 +31,9 @@
  *     http://www.pulse-eight.net/
  */
 
+#include "lib/platform/threads/mutex.h"
+#include "USBCECAdapterMessage.h"
+
 namespace CEC
 {
   class CUSBCECAdapterCommunication;
@@ -230,5 +233,7 @@ namespace CEC
     bool                         m_bNeedsWrite;            /**< true when we sent changed settings to the adapter that have not been persisted */
     libcec_configuration         m_persistedConfiguration; /**< the configuration that is persisted in the eeprom */
     uint32_t                     m_iBuildDate;             /**< the build date of the firmware */
+    bool                         m_bControlledMode;        /**< current value of the controlled mode feature */
+    PLATFORM::CMutex             m_mutex;
   };
 }