X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTimeSource.ih;fp=senf%2FUtils%2FLogger%2FTimeSource.ih;h=4a5a990888bfb28fad43598747591b4184bf967f;hb=9cb871b939efe93e35dd96808d25089399acfc46;hp=e6becd487c43a055f3371048de735857bcd6b158;hpb=3a43b572a2c0028b353d47e86fa7546633d6e2cf;p=senf.git diff --git a/senf/Utils/Logger/TimeSource.ih b/senf/Utils/Logger/TimeSource.ih index e6becd4..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 @@ -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;