X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTimeSource.hh;h=d6fa2047e92293f3c909544cc64d9f0f9f9708c9;hb=412024ed31a4ab4eaea7a4165a434f8efebee325;hp=f88bb3bbd94f3f9c78d69952c4cdfcc0297d9b68;hpb=456ee576285b76aa46240f8001f426757810dcc1;p=senf.git diff --git a/Utils/Logger/TimeSource.hh b/Utils/Logger/TimeSource.hh index f88bb3b..d6fa204 100644 --- a/Utils/Logger/TimeSource.hh +++ b/Utils/Logger/TimeSource.hh @@ -23,12 +23,13 @@ /** \file \brief TimeSource public header */ -#ifndef HH_TimeSource_ -#define HH_TimeSource_ 1 +#ifndef HH_SENF_Utils_Logger_TimeSource_ +#define HH_SENF_Utils_Logger_TimeSource_ 1 // Custom includes #include #include +#include "../../Scheduler/ClockService.hh" //#include "TimeSource.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -36,7 +37,7 @@ namespace senf { namespace log { - typedef boost::int_fast64_t time_type; + typedef ClockService::clock_type time_type; /** \brief Log message time source abstract base class