diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-23 22:23:04 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-08-23 22:23:04 +0000 |
commit | 35282ae6e3d52b6bfd1b485937bca46abe89215e (patch) | |
tree | 51ccca2c1a78e55580c2c2a46aa62affdce841d3 /TAO/tests/Connect_Strategy_Test | |
parent | 440ed2707997d8b5e9e0766b74bc100e0368113a (diff) | |
download | ATCD-35282ae6e3d52b6bfd1b485937bca46abe89215e.tar.gz |
ChangeLogTag:Fri Aug 23 17:03:05 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Connect_Strategy_Test')
-rw-r--r-- | TAO/tests/Connect_Strategy_Test/blocked.conf.xml | 8 | ||||
-rw-r--r-- | TAO/tests/Connect_Strategy_Test/reactor.conf.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Connect_Strategy_Test/blocked.conf.xml b/TAO/tests/Connect_Strategy_Test/blocked.conf.xml new file mode 100644 index 00000000000..3171e986573 --- /dev/null +++ b/TAO/tests/Connect_Strategy_Test/blocked.conf.xml @@ -0,0 +1,8 @@ +<?xml version='1.0'?> +<!-- Converted from ./tests/Connect_Strategy_Test/blocked.conf by svcconf-convert.pl --> +<ACE_Svc_Conf> + <!-- --> + <!-- $Id$ --> + <!-- --> + <static id="Client_Strategy_Factory" params="-ORBConnectStrategy Blocked"/> +</ACE_Svc_Conf> diff --git a/TAO/tests/Connect_Strategy_Test/reactor.conf.xml b/TAO/tests/Connect_Strategy_Test/reactor.conf.xml new file mode 100644 index 00000000000..1cb8ac86ea6 --- /dev/null +++ b/TAO/tests/Connect_Strategy_Test/reactor.conf.xml @@ -0,0 +1,8 @@ +<?xml version='1.0'?> +<!-- Converted from ./tests/Connect_Strategy_Test/reactor.conf by svcconf-convert.pl --> +<ACE_Svc_Conf> + <!-- --> + <!-- $Id$ --> + <!-- --> + <static id="Client_Strategy_Factory" params="-ORBConnectStrategy Reactive"/> +</ACE_Svc_Conf> |