@ -2,7 +2,7 @@
#include <bakatoolspch.h>
namespace Bk::Net {
namespace Bk {
class DataStream
{
public:
@ -4,6 +4,11 @@
#include "time_span.h"
using SysClock = std::chrono::system_clock;
using SteadyClock = std::chrono::steady_clock;
using FileClock = std::chrono::file_clock;
using UtcClock = std::chrono::utc_clock;
template<typename C, typename P>
struct TimePoint
@ -11,11 +11,6 @@ namespace Bk {
using Hour = std::ratio<3600, 1>;
using Day = std::ratio<84600, 1>;
template<typename P>
struct TimeSpan