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