X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FScheduler%2FSignalEvent.ih;h=4e2686a25def7a4f2d2997007915ce19297328e8;hb=78a6e233083efa63a9cd0684a92abc64202a9ee7;hp=96f92617272a7a2da7d60d47588710de5f7c6680;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Scheduler/SignalEvent.ih b/senf/Scheduler/SignalEvent.ih index 96f9261..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,7 +28,7 @@ // Custom includes #include "FdManager.hh" -#include +#include #include #include @@ -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: