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:
@@ -14,6 +14,7 @@
|
||||
#include "Daemon.h"
|
||||
#include "StorageService.h"
|
||||
#include "VenueCoordinator.h"
|
||||
#include "StateReceiver.h"
|
||||
|
||||
namespace OpenWifi {
|
||||
class Daemon *Daemon::instance_ = nullptr;
|
||||
@@ -27,6 +28,7 @@ namespace OpenWifi {
|
||||
vDAEMON_BUS_TIMER,
|
||||
SubSystemVec{
|
||||
OpenWifi::StorageService(),
|
||||
StateReceiver(),
|
||||
VenueCoordinator()
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user