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.
2 parents 0ccc21b + 0be3bcc commit f992354Copy full SHA for f992354
srcCxx/shape_main.cxx
@@ -1906,7 +1906,7 @@ class ShapeApplication {
1906
1907
/* ensure that all updates have been acked by reader[s] */
1908
/* otherwise the app may terminate before reader has seen all updates */
1909
-#if defined(RTI_CONNEXT_DDS)
+#if defined(RTI_CONNEXT_DDS) || defined (OPENDDS)
1910
Duration_t max_wait = {1, 0}; /* should not take long... */
1911
#else
1912
Duration_t max_wait( 1, 0 ); /* should not take long... */
0 commit comments