summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-01 09:27:10 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-01 09:27:10 +0000
commit6557896786d95975235d8af6ccc69c3850e86983 (patch)
treec8f97a934eb9b90b2a3e4d875bcc846bf5c94c9c /TAO/tests
parent5ee0177f395aefeb1c21635e85ffe8e5d3dc25b4 (diff)
downloadATCD-6557896786d95975235d8af6ccc69c3850e86983.tar.gz
Changed to use dynamic services
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Param_Test/svc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/svc.conf b/TAO/tests/Param_Test/svc.conf
index f81ef257478..dc155ce72ed 100644
--- a/TAO/tests/Param_Test/svc.conf
+++ b/TAO/tests/Param_Test/svc.conf
@@ -2,6 +2,6 @@
#
# Please read $TAO_ROOT/docs/Options.html for details.
#
-dynamic Resource_Factory Service_Object * TAO:_make_TAO_Resource_Factory() "-ORBresources global"
+static Resource_Factory "-ORBresources global"
dynamic Client_Strategy_Factory Service_Object * TAO:_make_TAO_Default_Client_Strategy_Factory()
-dynamic Server_Strategy_Factory Service_Object * TAO:_make_TAO_Default_Server_Strategy_Factory() "-ORBconcurrency reactive -ORBtablesize 128"
+static Server_Strategy_Factory "-ORBconcurrency reactive -ORBtablesize 128"