X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTimeSource.hh;h=135230c12eb82ba49591a4d4bd3b61c8268621b0;hb=81f84badf27b66dbadec9890646ca1193e998505;hp=d6fa2047e92293f3c909544cc64d9f0f9f9708c9;hpb=412024ed31a4ab4eaea7a4165a434f8efebee325;p=senf.git diff --git a/Utils/Logger/TimeSource.hh b/Utils/Logger/TimeSource.hh index d6fa204..135230c 100644 --- a/Utils/Logger/TimeSource.hh +++ b/Utils/Logger/TimeSource.hh @@ -29,7 +29,7 @@ // Custom includes #include #include -#include "../../Scheduler/ClockService.hh" +#include "../../config.hh" //#include "TimeSource.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -37,7 +37,7 @@ namespace senf { namespace log { - typedef ClockService::clock_type time_type; + typedef config::time_type time_type; /** \brief Log message time source abstract base class