X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FClockService.hh;h=bb9bdd100522a841fe35b21dde5759dee7c902c3;hb=d267cc9325ff49f1ef76aa7ddf6b51ceaafd3026;hp=b2cf6db9d2d6cd77760c954350cd144d9f2d3c3d;hpb=ffa36b2d409289a2f3f0de46667aa2bf558f393f;p=senf.git diff --git a/Scheduler/ClockService.hh b/Scheduler/ClockService.hh index b2cf6db..bb9bdd1 100644 --- a/Scheduler/ClockService.hh +++ b/Scheduler/ClockService.hh @@ -30,7 +30,7 @@ #include #include #include -#include "Utils/singleton.hh" +#include "../Utils/singleton.hh" //#include "ClockService.mpp" ///////////////////////////////hh.p//////////////////////////////////////// @@ -160,6 +160,7 @@ namespace senf { boost::posix_time::ptime heartbeat_; // I don't want this header to depend on the legacy C headers. + /// Internal: ClockService private data (PIMPL idiom) struct Impl; boost::scoped_ptr impl_;