X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FTimerSource.hh;h=2acdce323f2f3c3dc02492e72ea44c9e7797250c;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=c52034838e301e8018f3c3241adb8d6c23bd0dc8;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Scheduler/TimerSource.hh b/senf/Scheduler/TimerSource.hh index c520348..2acdce3 100644 --- a/senf/Scheduler/TimerSource.hh +++ b/senf/Scheduler/TimerSource.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 @@ -39,7 +39,7 @@ namespace senf { namespace scheduler { namespace detail { - class TimerSource + class TimerSource : boost::noncopyable { public: @@ -92,7 +92,7 @@ namespace detail { virtual void disable(); }; -#ifdef HAVE_TIMERFD +#ifdef HAVE_TIMERFD_CREATE class TimerFDTimerSource : public detail::FdManager::Event, public TimerSource {