From 6f2c8cda4154f76219084a6e49eea9078e8d58ec Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Sat, 28 Jul 2018 06:40:39 -0700 Subject: Add empty default match argument for getAllDbusObjects This is parallel to other functions defined in utils.hpp Change-Id: I8f40e27d1a179258df5059c27066c8cd1b37a260 Signed-off-by: Vernon Mauery --- utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.hpp b/utils.hpp index 4c7b9a9..75a3252 100644 --- a/utils.hpp +++ b/utils.hpp @@ -183,7 +183,7 @@ void setDbusProperty(sdbusplus::bus::bus& bus, ObjectTree getAllDbusObjects(sdbusplus::bus::bus& bus, const std::string& serviceRoot, const std::string& interface, - const std::string& match); + const std::string& match = {}); /** @brief Deletes all the dbus objects from the given service root which matches the object identifier. -- cgit v1.2.1