summaryrefslogtreecommitdiffstats
path: root/manager.hpp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2017-02-09 01:27:38 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-02-15 17:43:18 +0000
commitc1f4798d36e63842c97692ca1a36c0975da18c09 (patch)
tree8268892833c89fba16aa364ef129c91afb455105 /manager.hpp
parent02ca0219c1e20f4f51eba068a9a9e272a60f7385 (diff)
downloadphosphor-inventory-manager-c1f4798d36e63842c97692ca1a36c0975da18c09.tar.gz
phosphor-inventory-manager-c1f4798d36e63842c97692ca1a36c0975da18c09.zip
Merge actions.hpp and events.hpp
Move all action/filter functors to a common functor.hpp. The intent of this refactoring is to facilitate reuse of functors in more than one context. - Moved functors from actions.hpp and events.hpp to functor.hpp. - Renamed events.cpp to functor.cpp. - Moved Action/Filter types to types.hpp. - Minor namespace shuffling. - Update pimgen to render according to the new namespaces. Change-Id: I630ec1587b8a48f6dc2eac1111365035873310d9 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'manager.hpp')
-rw-r--r--manager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.hpp b/manager.hpp
index 806a9a4..797880b 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -7,7 +7,7 @@
#include <sdbusplus/server.hpp>
#include <xyz/openbmc_project/Inventory/Manager/server.hpp>
#include "events.hpp"
-#include "actions.hpp"
+#include "functor.hpp"
#include "types.hpp"
namespace phosphor
OpenPOWER on IntegriCloud