forked from Kistler-Group/sdbus-cpp
refactor: rename request_slot tag to return_slot
This commit is contained in:
committed by
Stanislav Angelovič
parent
84932a6985
commit
dc0c2562b8
@@ -198,7 +198,7 @@ void Connection::addObjectManager(const std::string& objectPath, floating_slot_t
|
||||
SDBUS_THROW_ERROR_IF(r < 0, "Failed to add object manager", -r);
|
||||
}
|
||||
|
||||
Slot Connection::addObjectManager(const std::string& objectPath, request_slot_t)
|
||||
Slot Connection::addObjectManager(const std::string& objectPath, return_slot_t)
|
||||
{
|
||||
sd_bus_slot *slot{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user