IBR-DTNSuite  0.8
daemon/src/core/EventDebugger.h
Go to the documentation of this file.
00001 /*
00002  * EventDebugger.h
00003  *
00004  *  Created on: 06.03.2009
00005  *      Author: morgenro
00006  */
00007 
00008 #ifndef EVENTDEBUGGER_H_
00009 #define EVENTDEBUGGER_H_
00010 
00011 #include "core/EventReceiver.h"
00012 
00013 namespace dtn
00014 {
00015         namespace core
00016         {
00017                 class EventDebugger : public EventReceiver
00018                 {
00019                 public:
00020                         EventDebugger();
00021                         virtual ~EventDebugger();
00022 
00023                         void raiseEvent(const Event *evt);
00024                 };
00025         }
00026 }
00027 
00028 #endif /* EVENTDEBUGGER_H_ */