X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FTimerEvent.ih;h=5ce5b74d900cfe13e4ae82764e7ebe14d8c8c894;hb=6b43243d9b1a3b9720efdacc6f02364877ebe2aa;hp=a6ecf9b7470f3af5fccae7b979ed5e1c1acf1725;hpb=c48abca75a9bb62c31d0f2651a00ddf4ce79c7f2;p=senf.git diff --git a/Scheduler/TimerEvent.ih b/Scheduler/TimerEvent.ih index a6ecf9b..5ce5b74 100644 --- a/Scheduler/TimerEvent.ih +++ b/Scheduler/TimerEvent.ih @@ -28,7 +28,7 @@ // Custom includes #include -#include "../boost/intrusive/iset.hpp" +#include #include "TimerSource.hh" ///////////////////////////////ih.p//////////////////////////////////////// @@ -65,7 +65,8 @@ namespace detail { bool empty() const; - void setTimerSource(std::auto_ptr timerSource); + void timerSource(std::auto_ptr timerSource); + TimerSource * timerSource(); protected: