cec: added GetPortName() to CUSBCECAdapterCommunication
[deb_libcec.git] / src / lib / adapter / AdapterCommunication.h
index c169e169d3ae7c024f7bd75b2b9517a8e73cad06..98ecd2e2a975c378756959799386f8cb396dc0b6 100644 (file)
@@ -143,5 +143,10 @@ namespace CEC
      * @return True when the configuration was persisted, false otherwise.
      */
     virtual bool PersistConfiguration(libcec_configuration *configuration) = 0;
+
+    /*!
+     * @return The name of the port
+     */
+    virtual CStdString GetPortName(void) = 0;
   };
 };