Fix sample bootstrap senfutil.py (Examples/Sniffer/site_scons/senfutil.py)
[senf.git] / senf / Utils / Logger / TimeSource.hh
index 135230c..b8b92ba 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>
 // Custom includes
 #include <boost/cstdint.hpp>
 #include <memory>
-#include "../../config.hh"
+#include <senf/config.hh>
 
 //#include "TimeSource.mpp"
-///////////////////////////////hh.p////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 namespace senf {
 namespace log {
@@ -61,7 +61,7 @@ namespace log {
 
         This time source is installed by default and uses gettimeofday() (via the Boost.DateTime
         library) to get the current universal time.
-        
+
         \ingroup config
      */
     struct SystemTimeSource : public TimeSource
@@ -92,7 +92,7 @@ namespace log {
 
 }}
 
-///////////////////////////////hh.e////////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #include "TimeSource.cci"
 //#include "TimeSource.ct"
 #include "TimeSource.cti"