We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d2373 commit 9724af6Copy full SHA for 9724af6
examples/web_integration_service/library_api/c++11/web_integration_service_library_api.cxx
@@ -36,10 +36,9 @@ void service_main(
36
{
37
rti::webdds::ServiceProperty service_property;
38
39
- service_property
40
- .cfgfile(cfg_file)
41
- .cfgname(cfg_name)
42
- .webserver_option("document_root", document_root);
+ service_property.cfgfile(cfg_file).cfgname(cfg_name).webserver_option(
+ "document_root",
+ document_root);
43
44
rti::webdds::Service service(std::move(service_property));
45
0 commit comments