X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FString.cti;h=f879d1905f06f428e9a4f21542e024f72023f4ad;hb=5b2e9a63a43027c71ac470ac9bdecb72e8974951;hp=8d39ba9159393dc79f33910dfafa56cbf3146a26;hpb=601d1f509f5bb24df167a4dd5a20da67a0af9af8;p=senf.git diff --git a/senf/Utils/String.cti b/senf/Utils/String.cti index 8d39ba9..f879d19 100644 --- a/senf/Utils/String.cti +++ b/senf/Utils/String.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 @@ -29,7 +29,7 @@ #include #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ std::string senf::str(T const & t) @@ -37,7 +37,7 @@ prefix_ std::string senf::str(T const & t) return boost::lexical_cast(t); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_