Introduce NetworkEvent and children
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 12 Sep 2010 13:58:25 +0000 (15:58 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 13 Oct 2010 23:06:31 +0000 (01:06 +0200)
commit85fb228631cfb087ce80f4b778fae5f1c3877008
tree0d70f712652e01020d874ca4a43d50c66364bdbb
parent03b1230e44adca6b808a6a702aa5173e578a1160
Introduce NetworkEvent and children

This family of events encapsulates network-related events:
* NetworkConnectionEvent handles the network's connection state
* NetworkDataEvent handles raw data sent from or to the network socket

CoreNetwork now sends a data event to the session's EventManager.
src/common/CMakeLists.txt
src/common/event.h
src/common/eventmanager.h
src/common/networkevent.cpp [new file with mode: 0644]
src/common/networkevent.h [new file with mode: 0644]
src/core/coresessioneventprocessor.h