summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp')
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
index 688660a679e..6fe540360ff 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/server.cpp
@@ -26,11 +26,12 @@
// executable and initialized for static builds.
#include "tao/Strategies/advanced_resource.h"
-#if defined (VXWORKS)
+#if defined (ACE_VXWORKS) && !defined (__RTP__)
# undef ACE_MAIN
# define ACE_MAIN testServer
#endif
+
const char *ior_output_file = "test.ior";
int ACE_TMAIN (int argc, ACE_TCHAR *argv[])