refactor: remove deprecated API stuff (#403)

This commit is contained in:
Stanislav Angelovič
2024-04-24 20:20:29 +02:00
parent 0074c79e7f
commit 280fcfb067
3 changed files with 0 additions and 71 deletions
-5
View File
@@ -188,11 +188,6 @@ ISdBus& Connection::getSdBusInterface()
return *sdbus_.get();
}
void Connection::addObjectManager(const std::string& objectPath)
{
Connection::addObjectManager(objectPath, floating_slot);
}
void Connection::addObjectManager(const std::string& objectPath, floating_slot_t)
{
auto r = sdbus_->sd_bus_add_object_manager(bus_.get(), nullptr, objectPath.c_str());
-1
View File
@@ -91,7 +91,6 @@ namespace sdbus::internal {
bool processPendingEvent() override;
Message getCurrentlyProcessedMessage() const override;
void addObjectManager(const std::string& objectPath) override;
void addObjectManager(const std::string& objectPath, floating_slot_t) override;
Slot addObjectManager(const std::string& objectPath, return_slot_t) override;