X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTimeSource.ih;h=d1aa8932abfd107e93e2f41c17e4742b7962ef07;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=e6becd487c43a055f3371048de735857bcd6b158;hpb=26610f603ebdd465307b9621f532c1fe19fd5571;p=senf.git diff --git a/senf/Utils/Logger/TimeSource.ih b/senf/Utils/Logger/TimeSource.ih index e6becd4..d1aa893 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 @@ -30,7 +30,7 @@ #include #include -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace log { @@ -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; @@ -55,7 +55,7 @@ namespace detail { }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif