X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FSTLSupport.cti;h=f346459fc64f67af50b085bac75c14f77ef536e9;hb=3aced0177a1c69c7af338b4e66db8694a71873ae;hp=6932f1a3f77dccdfbdba0f588ebb76eac5339415;hpb=411b898d78f6b51341b95448c9b73c0f8ad074aa;p=senf.git diff --git a/senf/Utils/Console/STLSupport.cti b/senf/Utils/Console/STLSupport.cti index 6932f1a..f346459 100644 --- a/senf/Utils/Console/STLSupport.cti +++ b/senf/Utils/Console/STLSupport.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,9 +28,9 @@ // Custom includes #define prefix_ inline -///////////////////////////////cti.p/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::console::detail::PushBackFunctor template @@ -40,7 +40,7 @@ prefix_ void senf::console::detail::PushBackFunctor::add(Sequence & seq, seq.push_back(value); } -/////////////////////////////////////////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// // senf::console::detail::InsertFunctor template @@ -50,7 +50,7 @@ prefix_ void senf::console::detail::InsertFunctor::add(Collection & seq, seq.insert(value); } -///////////////////////////////cti.e/////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// #undef prefix_