summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusObjectManagerStub.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/CommonAPI/DBus/DBusObjectManagerStub.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusObjectManagerStub.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CommonAPI/DBus/DBusObjectManagerStub.hpp b/include/CommonAPI/DBus/DBusObjectManagerStub.hpp
index 6d88951..de8495d 100644
--- a/include/CommonAPI/DBus/DBusObjectManagerStub.hpp
+++ b/include/CommonAPI/DBus/DBusObjectManagerStub.hpp
@@ -112,7 +112,7 @@ public:
std::string dbusObjectPath_;
std::weak_ptr<DBusProxyConnection> dbusConnection_;
- typedef std::unordered_map<std::string, std::shared_ptr<DBusStubAdapter>> DBusInterfacesMap;
+ typedef std::unordered_map<std::string, std::vector<std::shared_ptr<DBusStubAdapter>>> DBusInterfacesMap;
typedef std::unordered_map<std::string, DBusInterfacesMap> DBusObjectPathsMap;
DBusObjectPathsMap registeredDBusObjectPathsMap_;