X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FAreaRegistry.hh;h=82a43ed865f887faf75db3f355de1098c3069dc1;hb=f9a4c0220f2106091d833af051de89e255f40308;hp=386bb2ca8037664aa68cf9e35384b89f1a32e8e8;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Utils/Logger/AreaRegistry.hh b/Utils/Logger/AreaRegistry.hh index 386bb2c..82a43ed 100644 --- a/Utils/Logger/AreaRegistry.hh +++ b/Utils/Logger/AreaRegistry.hh @@ -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_;