X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTimeSource.ih;h=4a5a990888bfb28fad43598747591b4184bf967f;hb=84f14a42f9993e186c7897ce0db021300e0a2d48;hp=d1a73b1caf1d31d4376b69847685a5f5a41bc1c1;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/TimeSource.ih b/senf/Utils/Logger/TimeSource.ih index d1a73b1..4a5a990 100644 --- a/senf/Utils/Logger/TimeSource.ih +++ b/senf/Utils/Logger/TimeSource.ih @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2008 +// Copyright (C) 2008 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -28,7 +28,7 @@ // Custom includes #include -#include "../singleton.hh" +#include ///////////////////////////////ih.p//////////////////////////////////////// @@ -44,10 +44,10 @@ namespace detail { time_type now(); void timeSource(std::auto_ptr source); - + private: TimeSourceManager(); - + boost::scoped_ptr timeSource_; friend class senf::singleton;