mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2026-03-20 03:41:02 +00:00
9 lines
177 B
C++
9 lines
177 B
C++
//
|
|
// Created by stephane bourque on 2021-09-21.
|
|
//
|
|
|
|
#include "ConfigurationCache.h"
|
|
|
|
namespace OpenWifi {
|
|
class ConfigurationCache * ConfigurationCache::instance_ = nullptr;
|
|
} |