X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FAreaRegistry.cci;h=158c0079ea16c3edd100e591618f83bc68d50c0b;hb=b8ca4a544cce3e6023bb56b712a03d6362f2bb79;hp=0d9eb3725db9d0d5660404e07d555ca626f31f6f;hpb=f6f670f2dbc82b77db29df6cd452f2b351b9662a;p=senf.git diff --git a/Utils/Logger/AreaRegistry.cci b/Utils/Logger/AreaRegistry.cci index 0d9eb37..158c007 100644 --- a/Utils/Logger/AreaRegistry.cci +++ b/Utils/Logger/AreaRegistry.cci @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer Satelitenkommunikation (SatCom) +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -88,6 +88,12 @@ prefix_ void senf::log::detail::AreaBase::init() senf::log::AreaRegistry::instance().registerArea(*this); } +prefix_ bool senf::log::detail::AreaBase::alive() + const +{ + return alive_; +} + prefix_ unsigned senf::log::detail::AreaBase::limit(StreamBase const & stream) const {