Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Simple / time-date / svc.conf.xml
blobfb8267956433442d2292f5d92603797c3647b63c
1 <?xml version='1.0'?>
2 <!-- Converted from ./examples/Simple/time-date/svc.conf by svcconf-convert.pl -->
3 <ACE_Svc_Conf>
4  <!--  Define a special Reactor for single-threaded configurations.  Refer -->
5  <!--  to README for details.   -->
6  <dynamic id="Resource_Factory" type="Service_Object">
7    <initializer path="Time_Date" init="_make_My_Resource_Factory"/>
8  </dynamic>
9  <!--  Dynamically configure the ORB into the application process. -->
10  <dynamic id="ORB" type="Service_Object">
11    <initializer path="Time_Date" init="_make_DLL_ORB" params="dummy"/>
12  </dynamic>
13  <!--  Once the ORB is configured, dynamically configure the Time_Date service. -->
14  <dynamic id="Time_Date_Servant" type="Service_Object">
15    <initializer path="Time_Date" init="_make_Time_Date_Servant" params="dummy -n ORB -o ior"/>
16  </dynamic>
17 </ACE_Svc_Conf>