summaryrefslogtreecommitdiffstats
path: root/src/propertywatchimpl.hpp
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-10-31 14:17:23 -0500
committerMatt Spinler <spinler@us.ibm.com>2017-11-14 11:14:53 -0600
commitdf1b7cfc395e2e48c9924186a6127d06a77541ea (patch)
treef2541fe5c5fc198b9f83fad3fb2626b448bcf229 /src/propertywatchimpl.hpp
parent56fd833d55f62962f7d4c7c8421006cab7b98409 (diff)
downloadphosphor-dbus-monitor-df1b7cfc395e2e48c9924186a6127d06a77541ea.tar.gz
phosphor-dbus-monitor-df1b7cfc395e2e48c9924186a6127d06a77541ea.zip
Add getBusName() utility function to SDBusPlus
Add a function to SDBusPlus to get the D-Bus bus name for an object path and interface. Change-Id: I7d7a533c7430fcf42e1e0f6a21a2453e6c8197ea Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'src/propertywatchimpl.hpp')
-rw-r--r--src/propertywatchimpl.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/propertywatchimpl.hpp b/src/propertywatchimpl.hpp
index 67bbaff..3ef5de5 100644
--- a/src/propertywatchimpl.hpp
+++ b/src/propertywatchimpl.hpp
@@ -14,11 +14,6 @@ namespace dbus
namespace monitoring
{
-static constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper";
-static constexpr auto MAPPER_PATH = "/xyz/openbmc_project/object_mapper";
-static constexpr auto MAPPER_INTERFACE =
- "xyz.openbmc_project.ObjectMapper";
-
using MappedPropertyIndex =
RefKeyMap<const std::string,
RefKeyMap<const std::string,
OpenPOWER on IntegriCloud