summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3542_Regression/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3542_Regression/server.cpp')
-rw-r--r--TAO/tests/Bug_3542_Regression/server.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Bug_3542_Regression/server.cpp b/TAO/tests/Bug_3542_Regression/server.cpp
index c2c302e0dd0..88ec7288fe0 100644
--- a/TAO/tests/Bug_3542_Regression/server.cpp
+++ b/TAO/tests/Bug_3542_Regression/server.cpp
@@ -6,10 +6,9 @@
#include "ace/Service_Config.h"
#include "ace/Log_Msg.h"
-ACE_TCHAR const * const scpc_loadOrb = ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE(
+ACE_TCHAR const * const scpc_loadOrb = ACE_DYNAMIC_SERVICE_DIRECTIVE(
"testDllOrb",
"Bug_3542",
- TAO_VERSION,
"_make_DllOrb",
"testDllOrb -ORBDebugLevel 0 -ORBId testDllOrb -NumThreads 2 -ORBDottedDecimalAddresses 1 -ORBCollocationStrategy thru_poa"
);