X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTarget.hh;h=385ac4b6c7556574fdb3d7eb906e77edea88b4de;hb=e32fa71bbcd6ccbbf988f1077d09f56cf3e2b01a;hp=dbbad15cbeb1c0ac7370c94b48bc0182e33e6b6f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/Target.hh b/senf/Utils/Logger/Target.hh index dbbad15..385ac4b 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 @@ -424,7 +424,7 @@ namespace log { #include "Target.cti" #endif - + // Local Variables: // mode: c++ // fill-column: 100