X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FSocket%2FProtocols%2FRaw%2FParseString.ct;h=7ba28c9252937666b48e094626025bee5a0205e9;hb=e3179a2123ad51d0d9eb63834a581145c4f77c92;hp=9def22c1b509b5b306375c4519e3bdabd32a7975;hpb=5bd0f0d58ba30d95a02b46fc9122a7e981bcbcad;p=senf.git diff --git a/senf/Socket/Protocols/Raw/ParseString.ct b/senf/Socket/Protocols/Raw/ParseString.ct index 9def22c..7ba28c9 100644 --- a/senf/Socket/Protocols/Raw/ParseString.ct +++ b/senf/Socket/Protocols/Raw/ParseString.ct @@ -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 @@ -33,7 +33,7 @@ #include #define prefix_ -///////////////////////////////ct.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// template prefix_ void senf::detail::parseHexString(std::string const & value, @@ -59,7 +59,7 @@ prefix_ void senf::detail::parseHexString(std::string const & value, throw AddressSyntaxException(value); } -///////////////////////////////ct.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_