X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FAreaRegistry.hh;h=230f07e13a230cb6b63048e76683ac0abd59b92a;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=89b23e6f0b376d86c7af0a682127f412a990c354;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/Logger/AreaRegistry.hh b/senf/Utils/Logger/AreaRegistry.hh index 89b23e6..230f07e 100644 --- a/senf/Utils/Logger/AreaRegistry.hh +++ b/senf/Utils/Logger/AreaRegistry.hh @@ -28,22 +28,21 @@ // Custom includes #include -#include #include #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 +55,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,11 +88,11 @@ namespace log { friend class senf::singleton; friend class detail::AreaBase; friend class Target; - }; - + }; + }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #include "AreaRegistry.cci" //#include "AreaRegistry.ct" //#include "AreaRegistry.cti"