X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=98ecd2e2a975c378756959799386f8cb396dc0b6;hb=cba904a6dc0be488b9e761861f752653ec5e6801;hp=c169e169d3ae7c024f7bd75b2b9517a8e73cad06;hpb=9fc1bdd32ebb03b2854533dec43eb947299c674c;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index c169e16..98ecd2e 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -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; }; };