X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FStatisticsTargets.cti;h=1f29c61a085985cbf99eae8b52ba1e5adf70181e;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=d6e256d97f7ebd1773ee5d3dbc5b2f576c90cd77;hpb=9cb871b939efe93e35dd96808d25089399acfc46;p=senf.git diff --git a/senf/Utils/StatisticsTargets.cti b/senf/Utils/StatisticsTargets.cti index d6e256d..1f29c61 100644 --- a/senf/Utils/StatisticsTargets.cti +++ b/senf/Utils/StatisticsTargets.cti @@ -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_