X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FLogger%2FTimeSource.hh;h=135230c12eb82ba49591a4d4bd3b61c8268621b0;hb=bd9f9d3fd6fbcff0112a7bf48ab9284da9576b11;hp=ed2c4900acc7aae4aa9f2203a41818b1ba140d55;hpb=40fa3e3f1e0f639c68bd15bf469e35045f94abee;p=senf.git diff --git a/Utils/Logger/TimeSource.hh b/Utils/Logger/TimeSource.hh index ed2c490..135230c 100644 --- a/Utils/Logger/TimeSource.hh +++ b/Utils/Logger/TimeSource.hh @@ -23,13 +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 "../../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