Initial commit

This commit is contained in:
stephb9959
2022-01-10 10:31:20 -08:00
parent d4cf9a401b
commit 9f0059d4e4
43 changed files with 12086 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
//
// Created by stephane bourque on 2022-01-10.
//
#include "RESTAPI_AnalyticsObjects.h"
namespace OpenWifi::AnalyticsObjects {
void Report::reset() {
}
void Report::to_json(Poco::JSON::Object &Obj) const {
}
}