forked from Kistler-Group/sdbus-cpp
refactor: rename dont_request_slot tag to floating_slot
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user