X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTarget.ih;h=01d07281f768aad8db4358647dcb0101c7583001;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=9ef0e0ef8655c4205876115ee2eb073599ea9c7b;hpb=345f95ca91ab48a8333fbdabb515b16e8d6d8a5d;p=senf.git diff --git a/Utils/Logger/Target.ih b/Utils/Logger/Target.ih index 9ef0e0e..01d0728 100644 --- a/Utils/Logger/Target.ih +++ b/Utils/Logger/Target.ih @@ -28,7 +28,6 @@ // Custom includes #include -#include #include #include @@ -48,8 +47,6 @@ namespace detail { void write(StreamBase const & stream, AreaBase const & area, unsigned level, std::string msg); - void timeSource(std::auto_ptr source); - void routed(); bool fallbackRouting(); @@ -61,7 +58,6 @@ namespace detail { typedef std::set Targets; Targets targets_; - boost::scoped_ptr timeSource_; bool fallbackRouting_;