added scheduler watchdog members to sys/scheduler console dir
[senf.git] / senf / Utils / Console / STLSupport.ih
index 2372a84..b99b213 100644 (file)
@@ -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 <g0dil@berlios.de>
@@ -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
 
 \f