X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatisticsTargets.cti;h=1f29c61a085985cbf99eae8b52ba1e5adf70181e;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=922578e7e3b1e79ca0a86c5a2bc0f8cf3d40855b;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/StatisticsTargets.cti b/senf/Utils/StatisticsTargets.cti index 922578e..1f29c61 100644 --- a/senf/Utils/StatisticsTargets.cti +++ b/senf/Utils/StatisticsTargets.cti @@ -1,6 +1,6 @@ // $Id$ // -// Copyright (C) 2009 +// Copyright (C) 2009 // Fraunhofer Institute for Open Communication Systems (FOKUS) // Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund @@ -28,9 +28,9 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::detail::StatisticsLogger template @@ -39,7 +39,7 @@ StatisticsLogger(std::string const & label_) : label (label_.empty() ? "" : label_ + " ") {} -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ std::auto_ptr< senf::detail::StatisticsLogger > @@ -65,7 +65,7 @@ senf::StatisticsLogger(std::string const & label) new detail::StatisticsLogger(label)); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_