X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FAreaRegistry.ih;h=a3b6124564b75ac558f8dae7a869b5f167ff124b;hb=456ee576285b76aa46240f8001f426757810dcc1;hp=48b9a56e8b59db1a31131c97276b948e8426bfa6;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/Logger/AreaRegistry.ih b/Utils/Logger/AreaRegistry.ih index 48b9a56..a3b6124 100644 --- a/Utils/Logger/AreaRegistry.ih +++ b/Utils/Logger/AreaRegistry.ih @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -30,8 +30,8 @@ #include #include #include -#include #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: