X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FMicroTime.hh;h=c9b537c47ca4690915334585c05f003d9f80934d;hb=81ffa1c459b96dd44472bcef37e1e373934ee138;hp=4c15b24898c56d6b4cd3dcb6961296011bf13bda;hpb=85ab07d100a382467a42e19d741d403a7a96c951;p=senf.git diff --git a/Utils/MicroTime.hh b/Utils/MicroTime.hh index 4c15b24..c9b537c 100644 --- a/Utils/MicroTime.hh +++ b/Utils/MicroTime.hh @@ -26,7 +26,7 @@ type precise to 10-6 seconds. Up to now, the only supported members are the datatype (which just uses a 64 bit integer) and the now() function to get the current UTC time in - microsecods since the Epoch. + microseconds since the Epoch. \idea This thing only exists as a quick hack. We can probably make use of Boost.Time or some such thing so it probably does not @@ -71,4 +71,6 @@ namespace senf { // c-file-style: "senf" // indent-tabs-mode: nil // ispell-local-dictionary: "american" +// compile-command: "scons -u test" +// comment-column: 40 // End: