mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-22 17:24:54 +00:00
Initial commit
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "StorageService.h"
|
||||
#include "VenueCoordinator.h"
|
||||
#include "StateReceiver.h"
|
||||
#include "DeviceStatusReceiver.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -29,6 +30,7 @@ namespace OpenWifi {
|
||||
SubSystemVec{
|
||||
OpenWifi::StorageService(),
|
||||
StateReceiver(),
|
||||
DeviceStatusReceiver(),
|
||||
VenueCoordinator()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user