Move EventStringifier from common/ to core/ for now
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 28 Sep 2010 19:38:46 +0000 (21:38 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:32 +0000 (01:06 +0200)
commitf9c4ee168a794add5261a7f1b6abb518f5987f8c
treea9e1027c1ad1cbdf4feb6089ddaf728e96be15ef
parent3eebe11329417e77038d860af3b6f35630f40450
Move EventStringifier from common/ to core/ for now

We need a way to access the EventManager, which currently works through CoreSession.

Once the stringifier moves into client, we'll use Client instead. Nothing else depends
on core.
src/common/CMakeLists.txt
src/core/CMakeLists.txt
src/core/eventstringifier.cpp [moved from src/common/eventstringifier.cpp with 100% similarity]
src/core/eventstringifier.h [moved from src/common/eventstringifier.h with 100% similarity]