X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FAreaRegistry.ih;h=53b3d1009e08de77f44d0f555f01e39f446207ba;hb=a726ae0cb14d0ce37e5aab3c4e07121bbbd3b31c;hp=709b51ce6461f61f7e0ab324081458b3c43564db;hpb=10985d71f77b627bc4da543d7114feb7c4529329;p=senf.git diff --git a/Utils/Logger/AreaRegistry.ih b/Utils/Logger/AreaRegistry.ih index 709b51c..53b3d10 100644 --- a/Utils/Logger/AreaRegistry.ih +++ b/Utils/Logger/AreaRegistry.ih @@ -23,8 +23,8 @@ /** \file \brief AreaRegistry internal header */ -#ifndef IH_AreaRegistry_ -#define IH_AreaRegistry_ 1 +#ifndef IH_SENF_Utils_Logger_AreaRegistry_ +#define IH_SENF_Utils_Logger_AreaRegistry_ 1 // Custom includes #include @@ -58,7 +58,7 @@ namespace detail { 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 msg) const; + std::string const & msg) const; private: struct RouteEntry {