X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.h;h=69a8a9f46d45158bb05364f69d3d0971308637ce;hp=e1a6bcf886cb92f291ea5fce4722823a18540c75;hb=e111d8af8271d490365cc017c16160c4645d606b;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/common/signalproxy.h b/src/common/signalproxy.h index e1a6bcf8..69a8a9f4 100644 --- a/src/common/signalproxy.h +++ b/src/common/signalproxy.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-09 by the Quassel Project * + * Copyright (C) 2005-2012 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef SIGNALPROXY_H @@ -59,11 +59,6 @@ public: HeartBeatReply }; - enum ClientConnectionType { - SignalProxyConnection, - IODeviceConnection - }; - enum CustomEvents { PeerSignal = QEvent::User, RemovePeer