X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FAreaRegistry.hh;h=f6c49a62c8d3527d72b1612656a73e385751d397;hb=84f14a42f9993e186c7897ce0db021300e0a2d48;hp=82a43ed865f887faf75db3f355de1098c3069dc1;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/AreaRegistry.hh b/senf/Utils/Logger/AreaRegistry.hh index 82a43ed..f6c49a6 100644 --- a/senf/Utils/Logger/AreaRegistry.hh +++ b/senf/Utils/Logger/AreaRegistry.hh @@ -30,20 +30,20 @@ #include #include #include -#include "../singleton.hh" +#include //#include "AreaRegistry.mpp" #include "AreaRegistry.ih" ///////////////////////////////hh.p//////////////////////////////////////// namespace senf { -namespace log { +namespace log { namespace detail { struct AreaBase; } - /** \brief Area registry - - The area registry keeps track of all areas defined. + /** \brief Area registry + + The area registry keeps track of all areas defined. The area registry exposes a forward sequence interface which allows to query the list of all registered areas. @@ -56,7 +56,7 @@ namespace log { { typedef std::map Registry; - struct SelectName + struct SelectName { typedef std::string result_type; std::string const & operator()(Registry::value_type const & v) const; @@ -89,8 +89,8 @@ namespace log { friend class senf::singleton; friend class detail::AreaBase; friend class Target; - }; - + }; + }} ///////////////////////////////hh.e////////////////////////////////////////