summaryrefslogtreecommitdiffstats
path: root/control/handlers.hpp
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2018-04-12 09:40:54 -0500
committerMatthew Barth <msbarth@us.ibm.com>2018-04-12 09:40:54 -0500
commit30abbef89b0c39d88c8f7704bcfffceac7963fd2 (patch)
treeed0b77c6bedbec46ca70e94cbf36b6667be2bf1d /control/handlers.hpp
parente7d87053021411f908944555d8a1735c21c61b95 (diff)
downloadphosphor-fan-presence-30abbef89b0c39d88c8f7704bcfffceac7963fd2.tar.gz
phosphor-fan-presence-30abbef89b0c39d88c8f7704bcfffceac7963fd2.zip
Rename remove object interface function
Update the removeObjIntf function name to removeObjectInterface. This was requested per a review comment. Tested: N/A Change-Id: I52589724685bb5b8d92d3da22072b63b43f69a01 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Diffstat (limited to 'control/handlers.hpp')
-rw-r--r--control/handlers.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/handlers.hpp b/control/handlers.hpp
index ef5d5d8..6661e1a 100644
--- a/control/handlers.hpp
+++ b/control/handlers.hpp
@@ -64,7 +64,7 @@ auto removeInterface(const char* path, const char* interface)
{
return[=](auto& zone)
{
- zone.removeObjIntf(path, interface);
+ zone.removeObjectInterface(path, interface);
};
}
OpenPOWER on IntegriCloud