Basic event dispatching (with priorities)
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 8 Sep 2010 16:44:07 +0000 (18:44 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:31 +0000 (01:06 +0200)
commit03b1230e44adca6b808a6a702aa5173e578a1160
treeb3e75e00f75721fc820faf9e01d0ff1c54e87760
parente9e9f28438f4e11995e6b444928da1c0f8487804
Basic event dispatching (with priorities)

I think priorities make more sense than the prepending/appending of handlers we've had before.
src/common/event.cpp
src/common/event.h
src/common/eventmanager.cpp
src/common/eventmanager.h