mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-25 02:34:51 +00:00
Initial commit
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "VenueCoordinator.h"
|
||||
#include "StateReceiver.h"
|
||||
#include "DeviceStatusReceiver.h"
|
||||
#include "HealthReceiver.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -31,6 +32,7 @@ namespace OpenWifi {
|
||||
OpenWifi::StorageService(),
|
||||
StateReceiver(),
|
||||
DeviceStatusReceiver(),
|
||||
HealthReceiver(),
|
||||
VenueCoordinator()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user