summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/Quoter/client.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/examples/Quoter/client.conf.xml')
-rw-r--r--trunk/TAO/examples/Quoter/client.conf.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/TAO/examples/Quoter/client.conf.xml b/trunk/TAO/examples/Quoter/client.conf.xml
new file mode 100644
index 00000000000..3fb0800e130
--- /dev/null
+++ b/trunk/TAO/examples/Quoter/client.conf.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0'?>
+<!-- Converted from ./examples/Quoter/client.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <!-- $Id$ -->
+ <!-- -->
+ <dynamic id="Resource_Factory" type="Service_Object">
+ <initializer path="TAO" init="_make_TAO_Default_Resource_Factory"/>
+ </dynamic>
+ <dynamic id="Client_Strategy_Factory" type="Service_Object">
+ <initializer path="TAO" init="_make_TAO_Default_Client_Strategy_Factory"/>
+ </dynamic>
+ <dynamic id="Server_Strategy_Factory" type="Service_Object">
+ <initializer path="TAO" init="_make_TAO_Default_Server_Strategy_Factory" params="-ORBconcurrency reactive -ORBsystemidpolicydemuxstrategy dynamic -ORBtablesize 128"/>
+ </dynamic>
+</ACE_Svc_Conf>