X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=senf%2FUtils%2FConsole%2FSTLSupport.hh;h=8f95a12146195c30b09598b0837fb2f6f2e8190f;hb=4101c2b818ec67e7469ebb44f030eed2185c4ab0;hp=5523f21d21e528e64633ce5c1d5642c85a974c67;hpb=411b898d78f6b51341b95448c9b73c0f8ad074aa;p=senf.git diff --git a/senf/Utils/Console/STLSupport.hh b/senf/Utils/Console/STLSupport.hh index 5523f21..8f95a12 100644 --- a/senf/Utils/Console/STLSupport.hh +++ b/senf/Utils/Console/STLSupport.hh @@ -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 "STLSupport.mpp" #include "STLSupport.ih" -///////////////////////////////hh.p//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// namespace senf { namespace console { @@ -42,7 +42,7 @@ namespace console { template struct ArgumentTraits< std::vector > - : public detail::CollectionArgumentTraits< std::vector, + : public detail::CollectionArgumentTraits< std::vector, detail::PushBackFunctor > {}; @@ -53,7 +53,7 @@ namespace console { template struct ArgumentTraits< std::list > - : public detail::CollectionArgumentTraits< std::list, + : public detail::CollectionArgumentTraits< std::list, detail::PushBackFunctor > {}; @@ -64,7 +64,7 @@ namespace console { template struct ArgumentTraits< std::set > - : public detail::CollectionArgumentTraits< std::set, + : public detail::CollectionArgumentTraits< std::set, detail::InsertFunctor > {}; @@ -75,7 +75,7 @@ namespace console { template struct ArgumentTraits< std::multiset > - : public detail::CollectionArgumentTraits< std::multiset, + : public detail::CollectionArgumentTraits< std::multiset, detail::InsertFunctor > {}; @@ -127,7 +127,7 @@ namespace console { }} -///////////////////////////////hh.e//////////////////////////////////////// +//-///////////////////////////////////////////////////////////////////////////////////////////////// //#include "STLSupport.cci" #include "STLSupport.ct" #include "STLSupport.cti"