summaryrefslogtreecommitdiff
path: root/include/CommonAPI/DBus/DBusConnection.hpp
diff options
context:
space:
mode:
authorJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 01:02:22 -0800
committerJuergen Gehring <juergen.gehring@bmw.de>2018-01-25 01:02:22 -0800
commit3fac877074d0336dfb8e68f3312cde06dcdc453e (patch)
tree0fdc5daf8f008f1eb9fcbf054d9e4a49031e324d /include/CommonAPI/DBus/DBusConnection.hpp
parent5f694be78a2520cbdea31e8ba82cb579ebf893f9 (diff)
downloadgenivi-common-api-dbus-runtime-3fac877074d0336dfb8e68f3312cde06dcdc453e.tar.gz
capicxx-dbus-runtime 3.1.12.13.1.12.1
Diffstat (limited to 'include/CommonAPI/DBus/DBusConnection.hpp')
-rw-r--r--include/CommonAPI/DBus/DBusConnection.hpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/CommonAPI/DBus/DBusConnection.hpp b/include/CommonAPI/DBus/DBusConnection.hpp
index b5c75dd..87264f1 100644
--- a/include/CommonAPI/DBus/DBusConnection.hpp
+++ b/include/CommonAPI/DBus/DBusConnection.hpp
@@ -321,8 +321,6 @@ public:
void deleteAsyncHandlers();
- uint32_t getNumberOfSignalMemberHandlers(DBusSignalHandlerPath handlerPath);
-
::DBusConnection* connection_;
mutable std::recursive_mutex connectionGuard_;
@@ -340,16 +338,12 @@ public:
DBusSignalMatchRulesMap dbusSignalMatchRulesMap_;
DBusSignalHandlerTable dbusSignalHandlers_;
- DBusSignalHandlerTable dbusSignalHandlersToAdd_;
- DBusSignalHandlerTable dbusSignalHandlersToRemove_;
std::mutex dbusOMSignalHandlersGuard_;
DBusOMSignalMatchRulesMap dbusOMSignalMatchRulesMap_;
DBusOMSignalHandlerTable dbusOMSignalHandlers_;
- DBusOMSignalHandlerTable dbusOMSignalHandlersToAdd_;
- DBusOMSignalHandlerTable dbusOMSignalHandlersToRemove_;
COMMONAPI_EXPORT bool addObjectManagerSignalMatchRule(const std::string& dbusBusName);
COMMONAPI_EXPORT bool removeObjectManagerSignalMatchRule(const std::string& dbusBusName);