From ce6513233bda69e03e2bbfca743a1da19f54932f Mon Sep 17 00:00:00 2001 From: brunsch Date: Thu, 15 Apr 1999 01:42:55 +0000 Subject: Updated to use static services. --- TAO/orbsvcs/tests/ImplRepo/implrepo.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TAO/orbsvcs/tests/ImplRepo/implrepo.conf b/TAO/orbsvcs/tests/ImplRepo/implrepo.conf index dfef701b2ae..f90601df906 100644 --- a/TAO/orbsvcs/tests/ImplRepo/implrepo.conf +++ b/TAO/orbsvcs/tests/ImplRepo/implrepo.conf @@ -1,4 +1,4 @@ # $Id$ -dynamic Resource_Factory Service_Object * TAO:_make_TAO_Resource_Factory() "-ORBresources tss" -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 thread-per-connection -ORBpoalock null -ORBtablesize 128" +static Resource_Factory "-ORBresources tss" +static Client_Strategy_Factory "" +static Server_Strategy_Factory "-ORBconcurrency thread-per-connection -ORBpoalock null" -- cgit v1.2.1