X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.h;h=7bf7944f850707a035d603662e7c67b4981fe477;hb=74226102118400b228618f7373137a4a01e7d85f;hp=677ff21cc9c5598b3a694cdce536a3961bc657b4;hpb=a8dd070641e70ff96fc2077df63cc5fabe3f7785;p=quassel.git diff --git a/src/common/remotepeer.h b/src/common/remotepeer.h index 677ff21c..7bf7944f 100644 --- a/src/common/remotepeer.h +++ b/src/common/remotepeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,6 +49,9 @@ public: virtual QString description() const; virtual quint16 enabledFeatures() const { return 0; } + virtual QString address() const; + virtual quint16 port() const; + bool isOpen() const; bool isSecure() const; bool isLocal() const;