summaryrefslogtreecommitdiffstats
path: root/manager.hpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-03 15:17:21 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-09 20:37:04 -0500
commit03f4cd957800210c1763605d755904c95f6079f9 (patch)
tree9174957ad3970d9794a76f180d81595dada84094 /manager.hpp
parenta6fcd567f6aa01746471fd639db63fecadbf166b (diff)
downloadphosphor-inventory-manager-03f4cd957800210c1763605d755904c95f6079f9.tar.gz
phosphor-inventory-manager-03f4cd957800210c1763605d755904c95f6079f9.zip
Link with libphosphor_dbus
Link with libphosphor_dbus. Update the manager implementation to match the new server binding in libphosphor_dbus (bool types for notify and notify signature change). Change-Id: I033d224965caf737591e363b3e2fd666605bff13 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'manager.hpp')
-rw-r--r--manager.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manager.hpp b/manager.hpp
index e6c08bf..8b59c1b 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -5,7 +5,7 @@
#include <string>
#include <vector>
#include <sdbusplus/server.hpp>
-#include "xyz/openbmc_project/Inventory/Manager/server.hpp"
+#include <xyz/openbmc_project/Inventory/Manager/server.hpp>
#include "events.hpp"
#include "actions.hpp"
#include "types.hpp"
@@ -92,7 +92,8 @@ class Manager final :
void shutdown() noexcept;
/** @brief sd_bus Notify method implementation callback. */
- void notify(sdbusplus::message::object_path, Object) override;
+ void notify(
+ std::map<sdbusplus::message::object_path, Object> objs) override;
/** @brief Event processing entry point. */
void handleEvent(sdbusplus::message::message&,
OpenPOWER on IntegriCloud