mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2025-11-22 09:15:16 +00:00
Code changes after analyzer
This commit is contained in:
@@ -39,11 +39,11 @@ namespace OpenWifi {
|
||||
return instance_;
|
||||
}
|
||||
|
||||
void Daemon::initialize() {
|
||||
void Daemon::initialize([[maybe_unused]] Poco::Util::Application &self) {
|
||||
std::cout << "Daemon initializing" << std::endl;
|
||||
}
|
||||
|
||||
void MicroServicePostInitialization() {
|
||||
Daemon()->initialize();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user