summaryrefslogtreecommitdiff
path: root/TAO/tests/Strategies/advanced_svc.conf.xml
blob: 10abbe0a61e4ebca5b3c0790d7d104eb5cb16d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version='1.0'?>
<!-- Converted from ./tests/Strategies/advanced_svc.conf by svcconf-convert.pl -->
<ACE_Svc_Conf>
 <!--  $Id$ -->
 <!-- This conf file is used to load the advanced strategies. -->
 <!--  dynamic UIOP_Factory Service_Object *TAO_Strategies:_make_TAO_UIOP_Protocol_Factory () "" -->
 <dynamic id="SHMIOP_Factory" type="Service_Object">
   <initializer path="TAO_Strategies" init="_make_TAO_SHMIOP_Protocol_Factory"/>
 </dynamic>
 <dynamic id="Advanced_Resource_Factory" type="Service_Object">
   <initializer path="TAO_Strategies" init="_make_TAO_Advanced_Resource_Factory" params="-ORBReactorType select_st -ORBInputCDRAllocator null  -ORBProtocolFactory IIOP_Factory -ORBProtocolFactory SHMIOP_Factory"/>
 </dynamic>
 <!--  dynamic Advanced_Resource_Factory Service_Object * TAO_Strategies:_make_TAO_Advanced_Resource_Factory () "-ORBReactorType select_st -ORBInputCDRAllocator null  -ORBProtocolFactory IIOP_Factory -ORBProtocolFactory UIOP_Factory -ORBProtocolFactory SHMIOP_Factory" -->
 <!-- static Resource_Factory "-ORBReactorType select_mt -ORBProtocolFactory IIOP_Factory -ORBProtocolFactory UIOP_Factory -ORBProtocolFactory SHMIOP_Factory" -->
</ACE_Svc_Conf>