summaryrefslogtreecommitdiff
path: root/src/test/DBusObjectManagerStubTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/DBusObjectManagerStubTest.cpp')
-rw-r--r--src/test/DBusObjectManagerStubTest.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/test/DBusObjectManagerStubTest.cpp b/src/test/DBusObjectManagerStubTest.cpp
index fa8a796..694887a 100644
--- a/src/test/DBusObjectManagerStubTest.cpp
+++ b/src/test/DBusObjectManagerStubTest.cpp
@@ -139,14 +139,16 @@ private:
CommonAPI::DBus::DBusObjectManagerStub::getInterfaceName(),
"InterfacesAdded",
"oa{sa{sv}}",
- this);
+ this,
+ false);
dbusSignalHandlerRemovedToken_ = dbusConnection_->addSignalMemberHandler(
dbusObjectPath_,
CommonAPI::DBus::DBusObjectManagerStub::getInterfaceName(),
"InterfacesRemoved",
"oas",
- this);
+ this,
+ false);
}
std::string dbusObjectPath_;