Boilerplate work for CoreSessionEventProcessor
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 5 Sep 2010 18:20:32 +0000 (20:20 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:31 +0000 (01:06 +0200)
commite9e9f28438f4e11995e6b444928da1c0f8487804
tree96d3bdb72b8962034d91596fb9bbe1c99131a87e
parentd3c9d89989df59c073fc33637ba4e8bbdb6ab397
Boilerplate work for CoreSessionEventProcessor

So far just a dummy object that doesn't do anything, this is supposed
to handle events that change the session state (the syncable objects) later.
We also add an EventManager instance. Oh, and some #include cleanup.
src/core/CMakeLists.txt
src/core/coresession.cpp
src/core/coresession.h
src/core/coresessioneventprocessor.cpp [new file with mode: 0644]
src/core/coresessioneventprocessor.h [new file with mode: 0644]