X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FSignalEvent.ih;h=4e2686a25def7a4f2d2997007915ce19297328e8;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=29e663c90bcad2a89533174fb735afe088ada592;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Scheduler/SignalEvent.ih b/senf/Scheduler/SignalEvent.ih index 29e663c..4e2686a 100644 --- a/senf/Scheduler/SignalEvent.ih +++ b/senf/Scheduler/SignalEvent.ih @@ -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 @@ -28,9 +28,9 @@ // Custom includes #include "FdManager.hh" -#include -#include "../Utils/Exception.hh" -#include "../Utils/singleton.hh" +#include +#include +#include ///////////////////////////////ih.p//////////////////////////////////////// @@ -48,7 +48,7 @@ namespace detail { struct FindNumericSignal { bool operator()(SignalEvent const & a, int b) const - { return a.signal_ < b; } + { return a.signal_ < b; } bool operator()(int a, SignalEvent const & b) const { return a < b.signal_; } }; @@ -73,7 +73,7 @@ namespace detail { bool empty() const; struct DuplicateSignalRegistrationException : public Exception - { DuplicateSignalRegistrationException() + { DuplicateSignalRegistrationException() : Exception("duplicate signal registration") {} }; protected: