fixes for g++ 4.5 (some members returned "the constructor, not the type")
[senf.git] / senf / Utils / Console / ProgramOptions.cti
index 0091819..4d9b19a 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -28,9 +28,9 @@
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::detail::ProgramOptionsSource
 
 template <class Container>
@@ -41,7 +41,7 @@ senf::console::detail::ProgramOptionsSource::nonOptions(Container & container)
     return *this;
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::detail::ProgramOptionsSource::NonOptionContainerImpl
 
 template <class Container>
@@ -66,7 +66,7 @@ push_back(std::string const & value)
     c_.push_back(value);
 }
 
-///////////////////////////////////////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 // senf::console::ProgramOptions
 
 template <class Container>
@@ -77,7 +77,7 @@ senf::console::ProgramOptions::nonOptions(Container & container)
     return *this;
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f