X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FEventManager.hh;h=c6983ba41e14acd8851091b2fe2a63fead039d78;hb=94e4eda4358a4def564175ae42173f91307e36a4;hp=cd6cb87951d9b376bce8afc1a7aca60db651868d;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Scheduler/EventManager.hh b/senf/Scheduler/EventManager.hh index cd6cb87..c6983ba 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,13 +29,13 @@ // Custom includes #include #include -#include -#include -#include "../Utils/singleton.hh" -#include "../Utils/Console/LazyDirectory.hh" +#include +#include +#include +#include //#include "EventManager.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace scheduler { @@ -52,18 +52,18 @@ namespace detail { : public EventListBase { public: - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// // Types - /////////////////////////////////////////////////////////////////////////// + //-//////////////////////////////////////////////////////////////////////// ///\name Structors and default members - ///@{ - + //\{ + explicit Event(std::string const & name); virtual ~Event(); - ///@} - /////////////////////////////////////////////////////////////////////////// + //\} + //-//////////////////////////////////////////////////////////////////////// std::string const & name() const; ///< Get event name bool enabled() const; ///< \c true, if event is enabled, \c false otherwise @@ -91,7 +91,7 @@ namespace detail { public: using singleton::instance; using singleton::alive; - + struct IteratorFilter { bool operator()(Event const & e); }; @@ -123,7 +123,7 @@ namespace detail { }}} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "EventManager.cci" //#include "EventManager.ct" //#include "EventManager.cti"