refactor: rename dont_request_slot tag to floating_slot

This commit is contained in:
Stanislav Angelovic
2022-06-27 12:05:06 +02:00
parent b7f3d7c876
commit d864e1dfa4
7 changed files with 37 additions and 4 deletions

View File

@@ -143,6 +143,11 @@ ISdBus& Connection::getSdBusInterface()
}
void Connection::addObjectManager(const std::string& objectPath)
{
Connection::addObjectManager(objectPath, floating_slot);
}
void Connection::addObjectManager(const std::string& objectPath, floating_slot_t)
{
auto r = iface_->sd_bus_add_object_manager(bus_.get(), nullptr, objectPath.c_str());