Packets: Add StringParser ostream operation
[senf.git] / Utils / Logger / AreaRegistry.cci
index 0d9eb37..158c007 100644 (file)
@@ -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 <g0dil@berlios.de>
 //
 // 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
 {