X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FClockService.hh;h=bb9bdd100522a841fe35b21dde5759dee7c902c3;hb=70218c843c757e3ed781d9576d7a429673a6d6e2;hp=d17eaf91ff1c1624fad8dc583fe092e3a19384bb;hpb=8d2d26f114d3df0a60c5c516fcf40671b1e55558;p=senf.git diff --git a/Scheduler/ClockService.hh b/Scheduler/ClockService.hh index d17eaf9..bb9bdd1 100644 --- a/Scheduler/ClockService.hh +++ b/Scheduler/ClockService.hh @@ -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_;