[connman] Share a single connection to D-Bus system bus.
[profile/ivi/settings-daemon.git] / plugins / connman / service.cpp
index 1f7bf82..757e1d7 100644 (file)
 
 
 ivi::settings::service::service(std::string service_path,
+                                GDBusConnection * connection,
                                 event_callback const & e)
   : connman_("net.connman.Service",     // Interface
              service_path.c_str(),      // Object path
+             connection,
              e)
 {
 }