Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Utils / Logger / LogFormat.hh
index 96bd3fa..8e2469c 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>
 
 // Custom includes
 #include <sstream>
-#include "Target.hh"
+#include "TimeSource.hh"
 #include <senf/Utils/Console/LazyDirectory.hh>
 
 //#include "LogFormat.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace log {
@@ -66,7 +66,7 @@ namespace detail {
         void tag(std::string const & tag); ///< Set tag (log line prefix)
 
     protected:
-        std::string prefix(time_type timestamp, std::string const & stream, 
+        std::string prefix(time_type timestamp, std::string const & stream,
                            std::string const & area, unsigned level);
         bool isPlainFormat() const;
         void consoleFormat(std::ostream & os);
@@ -89,7 +89,7 @@ namespace detail {
 
 }}}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "LogFormat.cci"
 //#include "LogFormat.ct"
 //#include "LogFormat.cti"