#include <time.h>
#include <stdio.h>
#include "TimeVal.h"
#include "Logger.h"
Go to the source code of this file.
Defines | |
#define | EPOCHFILETIME (116444736000000000i64) |
Variables | |
static const long | ONE_SECOND = 1000000 |
#define EPOCHFILETIME (116444736000000000i64) |
const long ONE_SECOND = 1000000 [static] |
Definition at line 31 of file TimeVal.cpp.
Referenced by ASSA::TimeVal::normalize(), ASSA::TimeVal::operator+=(), and ASSA::TimeVal::operator-=().