X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FSTLSupport.ih;h=b99b213df7954d35f451b5db5b71c993cd59f0e4;hb=57daeae6f2e924ce3f16f9677c3474f531cba9e5;hp=2372a84cb85b442b2f07b8a156388d650d05052d;hpb=411b898d78f6b51341b95448c9b73c0f8ad074aa;p=senf.git diff --git a/senf/Utils/Console/STLSupport.ih b/senf/Utils/Console/STLSupport.ih index 2372a84..b99b213 100644 --- a/senf/Utils/Console/STLSupport.ih +++ b/senf/Utils/Console/STLSupport.ih @@ -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 -///////////////////////////////ih.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { @@ -86,13 +86,13 @@ namespace detail { struct MapReturnValueTraits { typedef Collection type; - + static void format(Collection const & value, std::ostream & os); }; }}} -///////////////////////////////ih.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #endif