summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Miop
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-23 22:23:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-23 22:23:04 +0000
commit35282ae6e3d52b6bfd1b485937bca46abe89215e (patch)
tree51ccca2c1a78e55580c2c2a46aa62affdce841d3 /TAO/orbsvcs/tests/Miop
parent440ed2707997d8b5e9e0766b74bc100e0368113a (diff)
downloadATCD-35282ae6e3d52b6bfd1b485937bca46abe89215e.tar.gz
ChangeLogTag:Fri Aug 23 17:03:05 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Miop')
-rw-r--r--TAO/orbsvcs/tests/Miop/McastHello/client.conf.xml8
-rw-r--r--TAO/orbsvcs/tests/Miop/McastHello/server.conf.xml12
2 files changed, 20 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/client.conf.xml b/TAO/orbsvcs/tests/Miop/McastHello/client.conf.xml
new file mode 100644
index 00000000000..17625811005
--- /dev/null
+++ b/TAO/orbsvcs/tests/Miop/McastHello/client.conf.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<!-- Converted from ./orbsvcs/tests/Miop/McastHello/client.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <dynamic id="UIPMC_Factory" type="Service_Object">
+ <initializer path="TAO_PortableGroup" init="_make_TAO_UIPMC_Protocol_Factory"/>
+ </dynamic>
+ <static id="Resource_Factory" params="-ORBProtocolFactory IIOP_Factory -ORBProtocolFactory UIPMC_Factory"/>
+</ACE_Svc_Conf>
diff --git a/TAO/orbsvcs/tests/Miop/McastHello/server.conf.xml b/TAO/orbsvcs/tests/Miop/McastHello/server.conf.xml
new file mode 100644
index 00000000000..22bb269016c
--- /dev/null
+++ b/TAO/orbsvcs/tests/Miop/McastHello/server.conf.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0'?>
+<!-- Converted from ./orbsvcs/tests/Miop/McastHello/server.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <dynamic id="UIPMC_Factory" type="Service_Object">
+ <initializer path="TAO_PortableGroup" init="_make_TAO_UIPMC_Protocol_Factory"/>
+ </dynamic>
+ <static id="Resource_Factory" params="-ORBProtocolFactory IIOP_Factory -ORBProtocolFactory UIPMC_Factory"/>
+ <!-- static PortableGroup_Loader "" -->
+ <dynamic id="PortableGroup_Loader" type="Service_Object">
+ <initializer path="TAO_PortableGroup" init="_make_TAO_PortableGroup_Loader"/>
+ </dynamic>
+</ACE_Svc_Conf>