X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTarget.hh;h=6de29a629b697c26576752ae9c305a804b0f74b8;hb=f076d352ab8df15662180942996ebc70a9e4d765;hp=dbbad15cbeb1c0ac7370c94b48bc0182e33e6b6f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/Target.hh b/senf/Utils/Logger/Target.hh index dbbad15..6de29a6 100644 --- a/senf/Utils/Logger/Target.hh +++ b/senf/Utils/Logger/Target.hh @@ -31,12 +31,12 @@ #include #include #include -#include "../singleton.hh" -#include "../mpl.hh" +#include +#include #include "StreamRegistry.hh" -#include "../Exception.hh" +#include #include "TimeSource.hh" -#include "../Console/LazyDirectory.hh" +#include //#include "Target.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -340,12 +340,12 @@ namespace log { /** \brief Exception: Invalid stream */ struct InvalidStreamException : public senf::Exception { InvalidStreamException() - : senf::Exception("senf::log::Target::InvalidStreamException"){} }; + : senf::Exception("senf::log::Target::InvalidStreamException") {} }; /** \brief Exception: Invalid area */ struct InvalidAreaException : public senf::Exception { InvalidAreaException() - : senf::Exception("senf::log::Target::InvalidAreaException"){} }; + : senf::Exception("senf::log::Target::InvalidAreaException") {} }; iterator begin() const; ///< Iterator to beginning of routing table iterator end() const; ///< Iterator past the end of routing table