stephb9959
2023-12-04 07:41:56 -08:00
parent bd06caa928
commit 555ad0fc81
5 changed files with 17 additions and 10 deletions

View File

@@ -9,8 +9,6 @@
namespace OpenWifi {
EventBusManager::EventBusManager(Poco::Logger &L) : Logger_(L) {}
void EventBusManager::run() {
Running_ = true;
Utils::SetThreadName("fmwk:EventMgr");