Utils/Logger: Remove dependency on libboost_datetime
[senf.git] / Utils / Logger / AreaRegistry.ih
index e8773fe..a3b6124 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -30,8 +30,8 @@
 #include <string>
 #include <vector>
 #include <list>
-#include <boost/date_time/posix_time/posix_time.hpp>
 #include "Levels.hh"
+#include "TimeSource.hh"
 
 ///////////////////////////////ih.p////////////////////////////////////////
 
@@ -57,7 +57,7 @@ namespace detail {
         unsigned limit(StreamBase const & stream) const;
         void updateRoutingCache(Target & target, StreamBase const & stream, unsigned limit) const; 
         void removeRoutingCache(Target & target, StreamBase const & stream) const; 
-        void write(boost::posix_time::ptime timestamp, StreamBase const & stream, unsigned level,
+        void write(time_type timestamp, StreamBase const & stream, unsigned level,
               std::string msg) const;
 
     private: