X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2Fauto_unit_test.cti;h=1f53e90b7fbb40a02dc3e0315e390511e1acc887;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=97d41b3f98286cd204942cfb38536a5e44b9e6c2;hpb=d9143facc7806e2c03ee357fd9697ea9a1277377;p=senf.git diff --git a/senf/Utils/auto_unit_test.cti b/senf/Utils/auto_unit_test.cti index 97d41b3..1f53e90 100644 --- a/senf/Utils/auto_unit_test.cti +++ b/senf/Utils/auto_unit_test.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,7 +28,7 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ typename senf::test::detail::NoCharIterator::type @@ -37,7 +37,7 @@ senf::test::nocharIterator(Iterator i) return typename detail::NoCharIterator::type (i); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_