X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FLogger%2FTimeSource.ih;h=d1aa8932abfd107e93e2f41c17e4742b7962ef07;hb=93d9568d448749dc187e7622b733a4a3caa319df;hp=d1a73b1caf1d31d4376b69847685a5f5a41bc1c1;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/Logger/TimeSource.ih b/senf/Utils/Logger/TimeSource.ih index d1a73b1..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 @@ -28,9 +28,9 @@ // Custom includes #include -#include "../singleton.hh" +#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