Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / tests / Service_Config_Test.conf.xml
blobf3273f0cb93c17ba2cd8ccd2daf175969621e06f
1 <?xml version='1.0'?>
2 <!-- Converted from Service_Config_Test.conf by svcconf-convert.pl -->
3 <ACE_Svc_Conf>
4  <!--  Dynamically loading each of the Service Objects below causes a -->
5  <!--  number of threads to be spawned, each one invoking the Service -->
6  <!--  Configurator (e.g. ACE_Service_Config::process_directive().  If the -->
7  <!--  Service Configurator is thread safe and reentrant, then parsing of -->
8  <!--  this `Service_Config_Test.conf' file should run to completion -->
9  <!--  without error. -->
10  <!--  -->
11  <!--  Test_Object_1 will cause Test_Object_2 and Test_Object_3 to be -->
12  <!--  dynamically loaded.  Dynamic loading of each of object will occur in -->
13  <!--  a separate thread. -->
14  <dynamic id="Test_Object_1" type="Service_Object">
15    <initializer init="_make_Service_Config_DLL" path="Service_Config_DLL" params="2 3"/>
16  </dynamic>
17  <!--  Test_Object_4 will cause Test_Object_5 and Test_Object_6 to be -->
18  <!--  dynamically loaded.  Dynamic loading of each of object will occur in -->
19  <!--  a separate thread. -->
20  <dynamic id="Test_Object_4" type="Service_Object">
21    <initializer init="_make_Service_Config_DLL" path="Service_Config_DLL" params="5 6"/>
22  </dynamic>
23  <!--  Final_Object does nothing but print a completion message. -->
24  <dynamic id="Final_Object" type="Service_Object">
25    <initializer init="_make_Service_Config_DLL" path="Service_Config_DLL" params="FINAL"/>
26  </dynamic>
27 </ACE_Svc_Conf>