| 416 | |
| 417 | |
| 418 | void Service::BusNameAcquired(const std::string &busname) |
| 419 | { |
| 420 | auto object_manager = GetObjectManager(); |
| 421 | |
| 422 | object_manager->CreateObject<ModuleHandler>(Module::Create<PlatformModule>(), false); |
| 423 | object_manager->CreateObject<ModuleHandler>(Module::Create<DateTimeModule>(), false); |
| 424 | } |
| 425 | |
| 426 | |
| 427 | void Service::BusNameLost(const std::string &busname) |
nothing calls this directly
no outgoing calls
no test coverage detected