X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FEventManager.hh;h=6c71d7e27e598463b41d58aba5e17367fe9cd16d;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=cd6cb87951d9b376bce8afc1a7aca60db651868d;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Scheduler/EventManager.hh b/senf/Scheduler/EventManager.hh index cd6cb87..6c71d7e 100644 --- a/senf/Scheduler/EventManager.hh +++ b/senf/Scheduler/EventManager.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -29,10 +29,10 @@ // Custom includes #include #include -#include -#include -#include "../Utils/singleton.hh" -#include "../Utils/Console/LazyDirectory.hh" +#include +#include +#include +#include //#include "EventManager.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -58,7 +58,7 @@ namespace detail { /////////////////////////////////////////////////////////////////////////// ///\name Structors and default members ///@{ - + explicit Event(std::string const & name); virtual ~Event(); @@ -91,7 +91,7 @@ namespace detail { public: using singleton::instance; using singleton::alive; - + struct IteratorFilter { bool operator()(Event const & e); };