Utils/Logger: Remove dependency on libboost_datetime
[senf.git] / Utils / Logger / IOStreamTarget.hh
index 2a2763a..05f9eee 100644 (file)
@@ -73,7 +73,7 @@ namespace log {
         ///////////////////////////////////////////////////////////////////////////
 
     protected:
-        void v_write(boost::posix_time::ptime timestamp, std::string const & stream, 
+        void v_write(time_type timestamp, std::string const & stream, 
                      std::string const & area, unsigned level, 
                      std::string const & message);