summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-12-28 12:52:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-12-28 12:52:43 +0000
commit5cba7f7fc81a9403d438df70c7c131e0f36cbcee (patch)
treed0cd143f0bd0927bb29759553135647f422d5167 /TAO/examples/Simple/time-date
parent4ea22813cb6462a7a178591930d17da19984f228 (diff)
downloadATCD-5cba7f7fc81a9403d438df70c7c131e0f36cbcee.tar.gz
Thu Dec 28 12:52:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/examples/Simple/time-date')
-rw-r--r--TAO/examples/Simple/time-date/svc.conf.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/time-date/svc.conf.xml b/TAO/examples/Simple/time-date/svc.conf.xml
index 2d9c7fed9eb..70390a8d042 100644
--- a/TAO/examples/Simple/time-date/svc.conf.xml
+++ b/TAO/examples/Simple/time-date/svc.conf.xml
@@ -5,14 +5,14 @@
<!-- Define a special Reactor for single-threaded configurations. Refer -->
<!-- to README for details. -->
<dynamic id="Resource_Factory" type="Service_Object">
- <initializer path="./Time_Date" init="_make_My_Resource_Factory"/>
+ <initializer path="Time_Date" init="_make_My_Resource_Factory"/>
</dynamic>
<!-- Dynamically configure the ORB into the application process. -->
<dynamic id="ORB" type="Service_Object">
- <initializer path="./Time_Date" init="_make_DLL_ORB" params="dummy"/>
+ <initializer path="Time_Date" init="_make_DLL_ORB" params="dummy"/>
</dynamic>
<!-- Once the ORB is configured, dynamically configure the Time_Date service. -->
<dynamic id="Time_Date_Servant" type="Service_Object">
- <initializer path="./Time_Date" init="_make_Time_Date_Servant" params="dummy -n ORB -o ior"/>
+ <initializer path="Time_Date" init="_make_Time_Date_Servant" params="dummy -n ORB -o ior"/>
</dynamic>
</ACE_Svc_Conf>