X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FAreaRegistry.hh;h=230f07e13a230cb6b63048e76683ac0abd59b92a;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=82a43ed865f887faf75db3f355de1098c3069dc1;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/AreaRegistry.hh b/senf/Utils/Logger/AreaRegistry.hh index 82a43ed..230f07e 100644 --- a/senf/Utils/Logger/AreaRegistry.hh +++ b/senf/Utils/Logger/AreaRegistry.hh @@ -28,22 +28,21 @@ // Custom includes #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 +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"