Packets: extended description of bad_cast exception in Packet.as()
[senf.git] / senf / Utils / StatisticsTargets.hh
index 536f654..7f4e09d 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
 
@@ -55,7 +55,7 @@ namespace senf {
         optional \a label string may be specified which will be added as prefix to all log entries.
 
         The log stream defaults to senf::StatisticsStream, the level defaults to
-        senf::log::MESSAGE and the are defaults to senf::log::DefaultArea.
+        senf::log::MESSAGE and the area defaults to senf::log::DefaultArea.
 
         \code
         // Connect with default parameters
@@ -93,7 +93,7 @@ namespace senf {
 
 }
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "StatisticsTargets.cci"
 #include "StatisticsTargets.ct"
 #include "StatisticsTargets.cti"