diff --git a/timemanager/Clock.h b/timemanager/Clock.h index d97eecbe..801e9454 100644 --- a/timemanager/Clock.h +++ b/timemanager/Clock.h @@ -9,9 +9,6 @@ #include #include -// TODO: Maybe a namespace would be better/more fitting for this? -// After all, right now it is just a collection of static functions. -// The mutex and leap seconds can be put in an anonymous namespace. class Clock { public: diff --git a/timemanager/clockDefinitions.h b/timemanager/clockDefinitions.h index 1cfbe804..5804d331 100644 --- a/timemanager/clockDefinitions.h +++ b/timemanager/clockDefinitions.h @@ -3,9 +3,7 @@ #include -// It would be better to put this in a clock namespace, but then we -// have a nameclash with the class Clock (which propably also should be put -// in a namespace) + typedef struct { uint32_t year; //!< Year, A.D. uint32_t month; //!< Month, 1 .. 12.