Framework update.

This commit is contained in:
stephb9959
2021-11-09 20:08:32 -08:00
parent 2a0cfa209e
commit bcfb28c287
10 changed files with 17 additions and 43 deletions

View File

@@ -10,14 +10,11 @@
namespace OpenWifi {
class SerialNumberCache * SerialNumberCache::instance_ = nullptr;
int SerialNumberCache::Start() {
return 0;
}
void SerialNumberCache::Stop() {
}
void SerialNumberCache::AddSerialNumber(const std::string &S, const std::string &DeviceType) {