cec: moved the autodetect address api call to libcec_configuration. only send power...
[deb_libcec.git] / src / lib / adapter / USBCECAdapterCommunication.h
index 3a9ba515d02be277bd7356855e513ae7c82bf7c6..fc9e16ce044d30da4357288e88ed3b0ac1fd306e 100644 (file)
@@ -68,6 +68,7 @@ namespace CEC
     virtual bool SetControlledMode(bool controlled);
     virtual bool PersistConfiguration(libcec_configuration * UNUSED(configuration)) { return false; } // TODO
     virtual CStdString GetPortName(void);
+    virtual uint16_t GetPhysicalAddress(void) { return 0; }
 
     void *Process(void);
   private: