Use PeerFactory instead of creating LegacyPeer directly
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Jan 2014 21:34:39 +0000 (22:34 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Jan 2014 21:34:39 +0000 (22:34 +0100)
commitc545a47b64dffdf3892ff4cea466b61c84d98f8f
tree141849d22382695842a24185d84233b42328786d
parent9c0ca310ca1b6938cf100c9f7772d39ede630b31
Use PeerFactory instead of creating LegacyPeer directly

This means that legacypeer.h needs be included by peerfactory.cpp only,
and we can remove all references to it elsewhere.
src/client/clientauthhandler.cpp
src/core/core.cpp
src/core/coreauthhandler.cpp
src/core/coresession.cpp