summaryrefslogtreecommitdiffstats
path: root/utils.hpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@intel.com>2018-07-28 06:40:39 -0700
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-08-01 20:05:11 +0000
commit6f2c8cda4154f76219084a6e49eea9078e8d58ec (patch)
treed331d6884aaaa2627e7eb1d3fd7ad3cb41e8f815 /utils.hpp
parentb898cde664f7156df348ec8558492a7732d67fe8 (diff)
downloadphosphor-host-ipmid-6f2c8cda4154f76219084a6e49eea9078e8d58ec.tar.gz
phosphor-host-ipmid-6f2c8cda4154f76219084a6e49eea9078e8d58ec.zip
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 <vernon.mauery@intel.com>
Diffstat (limited to 'utils.hpp')
-rw-r--r--utils.hpp2
1 files changed, 1 insertions, 1 deletions
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.
OpenPOWER on IntegriCloud