X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FAreaRegistry.ih;h=bd0238cf4f6edd9cae228ce2b05f4e646ded8963;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=d5cd80956d1ae827d6a74fe9053b30bbcfa1ca8f;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/AreaRegistry.ih b/senf/Utils/Logger/AreaRegistry.ih index d5cd809..bd0238c 100644 --- a/senf/Utils/Logger/AreaRegistry.ih +++ b/senf/Utils/Logger/AreaRegistry.ih @@ -33,7 +33,7 @@ #include "Levels.hh" #include "TimeSource.hh" -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace log { @@ -49,7 +49,7 @@ namespace detail { { AreaBase(); virtual ~AreaBase(); - + std::string fullName() const; virtual std::string v_name() const; @@ -57,8 +57,8 @@ namespace detail { bool alive() const; unsigned limit(StreamBase const & stream) const; - void updateRoutingCache(Target & target, StreamBase const & stream, unsigned limit) const; - void removeRoutingCache(Target & target, StreamBase const & stream) const; + void updateRoutingCache(Target & target, StreamBase const & stream, unsigned limit) const; + void removeRoutingCache(Target & target, StreamBase const & stream) const; void write(time_type timestamp, StreamBase const & stream, unsigned level, std::string const & msg) const; @@ -82,7 +82,7 @@ namespace detail { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif