X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.ih;h=b0b61d984163aef5adb5308d6cb81431d6f866c5;hb=445c71d8d242f4ce3d23d8db8d1faf909943cfec;hp=0506fc5d23e90f5b7b569b0b5027593816f786dd;hpb=82ad2ed94c12c3e53097fef92978de8c28239fab;p=senf.git diff --git a/Utils/Logger/Target.ih b/Utils/Logger/Target.ih index 0506fc5..b0b61d9 100644 --- a/Utils/Logger/Target.ih +++ b/Utils/Logger/Target.ih @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS) -// Kompetenzzentrum fuer NETwork research (NET) +// 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 @@ -48,6 +48,9 @@ namespace detail { void timeSource(std::auto_ptr source); + void routed(); + bool fallbackRouting(); + private: TargetRegistry(); @@ -57,6 +60,8 @@ namespace detail { typedef std::set Targets; Targets targets_; boost::scoped_ptr timeSource_; + + bool fallbackRouting_; friend class senf::log::Target; friend class senf::singleton;