Skip to content

Commit 9c17623

Browse files
authored
Merge pull request #647 from fgallegosalido/feature/webint-library-example
Fix Web Integration Service library api example.
2 parents 39d6b0b + 9724af6 commit 9c17623

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/web_integration_service/library_api/c++11/web_integration_service_library_api.cxx

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ void service_main(
3636
{
3737
rti::webdds::ServiceProperty service_property;
3838

39-
service_property.cfgfile(cfg_file).cfgname(cfg_name).document_root(
39+
service_property.cfgfile(cfg_file).cfgname(cfg_name).webserver_option(
40+
"document_root",
4041
document_root);
4142

4243
rti::webdds::Service service(std::move(service_property));

0 commit comments

Comments
 (0)