Mutate SignalProxy::AbstractPeer into a separate class Peer
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Feb 2013 22:52:15 +0000 (23:52 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 20 Feb 2013 22:52:15 +0000 (23:52 +0100)
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.


No differences found