fixes for g++ 4.5 (some members returned "the constructor, not the type")
[senf.git] / senf / Utils / StatisticsTargets.hh
index 536f654..87bcd19 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>
@@ -32,7 +32,7 @@
 
 //#include "StatisticsTargets.mpp"
 #include "StatisticsTargets.ih"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 
@@ -42,7 +42,7 @@ namespace senf {
      */
     typedef unspecified StatisticsStream;
 #else
-    SENF_LOG_DEFINE_STREAM(StatisticsStream, 
+    SENF_LOG_DEFINE_STREAM(StatisticsStream,
                            senf::log::MESSAGE, senf::log::MESSAGE, senf::log::MESSAGE);
 #endif
 
@@ -93,7 +93,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "StatisticsTargets.cci"
 #include "StatisticsTargets.ct"
 #include "StatisticsTargets.cti"