comments removed
This commit is contained in:
parent
81f5783d37
commit
f69f9bb31e
@ -9,9 +9,6 @@
|
|||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
// 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 {
|
class Clock {
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
@ -3,9 +3,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
// 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 {
|
typedef struct {
|
||||||
uint32_t year; //!< Year, A.D.
|
uint32_t year; //!< Year, A.D.
|
||||||
uint32_t month; //!< Month, 1 .. 12.
|
uint32_t month; //!< Month, 1 .. 12.
|
||||||
|
Loading…
Reference in New Issue
Block a user