Skip to content

Commit f992354

Browse files
authored
Merge pull request omg-dds#66 from mitza-oci/opendds
fixed OpenDDS build
2 parents 0ccc21b + 0be3bcc commit f992354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srcCxx/shape_main.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1906,7 +1906,7 @@ class ShapeApplication {
19061906

19071907
/* ensure that all updates have been acked by reader[s] */
19081908
/* otherwise the app may terminate before reader has seen all updates */
1909-
#if defined(RTI_CONNEXT_DDS)
1909+
#if defined(RTI_CONNEXT_DDS) || defined (OPENDDS)
19101910
Duration_t max_wait = {1, 0}; /* should not take long... */
19111911
#else
19121912
Duration_t max_wait( 1, 0 ); /* should not take long... */

0 commit comments

Comments
 (0)