Utils/Console: Documentation
[senf.git] / Utils / Logger / AreaRegistry.ih
index 709b51c..53b3d10 100644 (file)
@@ -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 <string>
@@ -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 {