mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-02 11:37:54 +00:00
Added serialnumber cache, address completion.
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#include "SecurityDBProxy.h"
|
||||
#include "AutoDiscovery.h"
|
||||
#include "ConfigurationValidator.h"
|
||||
#include "SerialNumberCache.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -36,6 +37,7 @@ namespace OpenWifi {
|
||||
OpenWifi::Storage(),
|
||||
ConfigurationValidator(),
|
||||
AuthClient(),
|
||||
SerialNumberCache(),
|
||||
RESTAPI_server(),
|
||||
RESTAPI_InternalServer(),
|
||||
SecurityDBProxy(),
|
||||
|
||||
Reference in New Issue
Block a user