Socket/Protocols/Raw: EUI64 documentation
[senf.git] / Utils / Logger / AreaRegistry.hh
index 1ab88e6..82a43ed 100644 (file)
@@ -23,8 +23,8 @@
 /** \file
     \brief AreaRegistry public header */
 
-#ifndef HH_AreaRegistry_
-#define HH_AreaRegistry_ 1
+#ifndef HH_SENF_Utils_Logger_AreaRegistry_
+#define HH_SENF_Utils_Logger_AreaRegistry_ 1
 
 // Custom includes
 #include <map>
@@ -77,11 +77,12 @@ namespace log {
         iterator begin();               ///< Beginning of area name sequence
         iterator end();                 ///< End of area name sequence
 
+        detail::AreaBase const * lookup(std::string const & name);
+
     private:
         AreaRegistry();
 
         void registerArea(detail::AreaBase const & area);
-        detail::AreaBase const * lookup(std::string const & name);
 
         Registry registry_;