forked from Kistler-Group/sdbus-cpp
refactor: object manager API (#438)
This makes the signature of addObjectManager() function overloads consistent with common API design of the library.
This commit is contained in:
+1
-1
@@ -189,7 +189,7 @@ ISdBus& Connection::getSdBusInterface()
|
||||
return *sdbus_.get();
|
||||
}
|
||||
|
||||
void Connection::addObjectManager(const ObjectPath& objectPath, floating_slot_t)
|
||||
void Connection::addObjectManager(const ObjectPath& objectPath)
|
||||
{
|
||||
auto r = sdbus_->sd_bus_add_object_manager(bus_.get(), nullptr, objectPath.c_str());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user