Nymph  v1.5.2
Flow-Based Data Processing Framework
KTEventLoop.cc
Go to the documentation of this file.
1 /*
2  * KTEventLoop.cc
3  *
4  * Created on: Apr 22, 2014
5  * Author: nsoblath
6  */
7 
8 #include "KTEventLoop.hh"
9 
10 #include "KTLogger.hh"
11 
12 namespace Nymph
13 {
14  KTLOGGER(evlog, "KTEventLoop")
15 
17  {
18  }
19 
21  {
22  }
23 
24 } /* namespace Nymph */
Abstract base class for event loops.
Definition: KTEventLoop.hh:22
virtual ~KTEventLoop()
Definition: KTEventLoop.cc:20
KTLOGGER(applog, "KTApplication")
::Nymph::KTLogger evlog("KTEventLoop")
Contains the logger class and macros, based on Kasper's KLogger class.