X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FFIFORunner.hh;h=2bd919dbb072772d6ff2a5f78ff47c68fe3e911a;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=0b13363e0dced9ac0e2eefa12289b1d3ee9d897c;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Scheduler/FIFORunner.hh b/senf/Scheduler/FIFORunner.hh index 0b13363..2bd919d 100644 --- a/senf/Scheduler/FIFORunner.hh +++ b/senf/Scheduler/FIFORunner.hh @@ -29,13 +29,13 @@ // Custom includes #include #include -#include -#include +#include +#include #include #include "EventManager.hh" //#include "FIFORunner.mpp" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace scheduler { @@ -79,9 +79,7 @@ namespace detail { bool runnable_; Priority priority_; -# ifdef SENF_DEBUG - std::string backtrace_; -# endif + std::string backtrace_; // only used if SENF_BACKTRACE is defined. friend class FIFORunner; }; @@ -157,7 +155,7 @@ namespace detail { }}} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "FIFORunner.cci" //#include "FIFORunner.ct" //#include "FIFORunner.cti"