From: Manuel Nickschas Date: Wed, 20 Feb 2013 22:52:15 +0000 (+0100) Subject: Mutate SignalProxy::AbstractPeer into a separate class Peer X-Git-Tag: 0.9-beta1~9 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=fd25e92f19d6afd4eb02844bcbf20ba132868303;hp=fd25e92f19d6afd4eb02844bcbf20ba132868303 Mutate SignalProxy::AbstractPeer into a separate class Peer It makes no sense anymore to have this a nested class inside SignalProxy anymore. Also, this streamlines the template handling a bit; we don't need to duplicate the handle() message between RemotePeer and InternalPeer. ---