X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fconnman%2Fservice.hpp;h=3f75e2ad3750d99158a28def2c0ed60b921b3fbb;hb=e8c7bd688f5494440965316b20642b2b742f4f03;hp=fc1f289ce69112a0c7166e0cb4bf3eac345911c2;hpb=42750688c16f94407b09ecadef4fe18b8b0b62fe;p=profile%2Fivi%2Fsettings-daemon.git diff --git a/plugins/connman/service.hpp b/plugins/connman/service.hpp index fc1f289..3f75e2a 100644 --- a/plugins/connman/service.hpp +++ b/plugins/connman/service.hpp @@ -54,10 +54,12 @@ namespace ivi * * @param[in] service_path The D-Bus object path for connman * service. + * @param[in] connection Underlying D-Bus connection. * @param[in] e Callback through which events will be * sent to clients. */ service(std::string service_path, + GDBusConnection * connection, event_callback const & e); /// Connect to the service.