X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.h;h=400abdc1c3969a22f5b43ed8848c76418c8fafed;hp=677ff21cc9c5598b3a694cdce536a3961bc657b4;hb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;hpb=d0e9b7a1d5e73041ade519189eea012500440ba9 diff --git a/src/common/remotepeer.h b/src/common/remotepeer.h index 677ff21c..400abdc1 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-2016 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;