summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp')
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp b/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp
index 7d3320078be..452fe3b43b7 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3252_Regression/server.cpp
@@ -12,18 +12,20 @@
#include "DllOrb.h"
-ACE_TCHAR const * const scpc_loadOrb = ACE_DYNAMIC_SERVICE_DIRECTIVE(
+ACE_TCHAR const * const scpc_loadOrb = ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE(
"testDllOrb",
"Bug_3252",
+ TAO_VERSION,
"_make_DllOrb",
"testDllOrb -ORBDebugLevel 0 -ORBId testDllOrb -NumThreads 2 -ORBDottedDecimalAddresses 1 -ORBCollocationStrategy thru_poa"
);
ACE_TCHAR const * const scpc_unloadOrb = ACE_REMOVE_SERVICE_DIRECTIVE("testDllOrb");
-ACE_TCHAR const * const scpc_loadNotifyService = ACE_DYNAMIC_SERVICE_DIRECTIVE(
+ACE_TCHAR const * const scpc_loadNotifyService = ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE(
"testNotifyService",
"TAO_CosNotification_Serv",
+ TAO_VERSION,
"_make_TAO_CosNotify_Service",
"-UseSeparateDispatchingORB 1"
);