[connman] Share a single connection to D-Bus system bus.
[profile/ivi/settings-daemon.git] / plugins / connman / wifi.cpp
index 31deafc..3738d71 100644 (file)
@@ -36,9 +36,10 @@ namespace
 
 // ----------------------------------------------------------------------
 
-ivi::settings::wifi::wifi(connman_manager & manager,
+ivi::settings::wifi::wifi(GDBusConnection * connection,
+                          connman_manager & manager,
                           event_callback const & e)
-  : technology_(technology_name, manager, e)
+  : technology_(technology_name, connection, manager, e)
 {
 }