X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FIdleEvent.hh;h=577501c47efba9ad960b3b060f67203cf4cbc786;hb=84f14a42f9993e186c7897ce0db021300e0a2d48;hp=ead11dedcd0abd9af7b596bdccde38f8705db992;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Scheduler/IdleEvent.hh b/senf/Scheduler/IdleEvent.hh index ead11de..577501c 100644 --- a/senf/Scheduler/IdleEvent.hh +++ b/senf/Scheduler/IdleEvent.hh @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -28,7 +28,7 @@ // Custom includes #include -#include +#include #include "FIFORunner.hh" //#include "IdleEvent.mpp" @@ -56,8 +56,8 @@ namespace detail { /////////////////////////////////////////////////////////////////////////// ///\name Structors and default members ///\{ - - IdleEvent(std::string const & name, Callback const & cb, + + IdleEvent(std::string const & name, Callback const & cb, bool initiallyEnabled = true); ~IdleEvent(); @@ -77,10 +77,10 @@ namespace detail { virtual std::string v_info() const; Callback cb_; - + friend class detail::IdleEventDispatcher; }; - + }} ///////////////////////////////hh.e////////////////////////////////////////