summaryrefslogtreecommitdiffstats
path: root/dbus/test_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/test_service.cc')
-rw-r--r--dbus/test_service.cc6
1 files changed, 5 insertions, 1 deletions
diff --git a/dbus/test_service.cc b/dbus/test_service.cc
index c976c37..1ec2070 100644
--- a/dbus/test_service.cc
+++ b/dbus/test_service.cc
@@ -39,7 +39,11 @@ TestService::TestService(const Options& options)
request_ownership_options_(options.request_ownership_options),
dbus_task_runner_(options.dbus_task_runner),
on_name_obtained_(false, false),
- num_exported_methods_(0) {
+ num_exported_methods_(0),
+ send_immediate_properties_changed_(false),
+ has_ownership_(false),
+ exported_object_(NULL),
+ exported_object_manager_(NULL) {
}
TestService::~TestService() {