summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/time-date/svc.conf')
-rw-r--r--TAO/examples/Simple/time-date/svc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/Simple/time-date/svc.conf b/TAO/examples/Simple/time-date/svc.conf
index 5910a17107d..feed2720801 100644
--- a/TAO/examples/Simple/time-date/svc.conf
+++ b/TAO/examples/Simple/time-date/svc.conf
@@ -1,11 +1,11 @@
# $Id$
# Define a special Reactor for single-threaded configurations. Refer
# to README for details.
-dynamic Resource_Factory Service_Object * ./Time_Date:_make_My_Resource_Factory()
+dynamic Resource_Factory Service_Object * Time_Date:_make_My_Resource_Factory()
# Dynamically configure the ORB into the application process.
-dynamic ORB Service_Object * ./Time_Date:_make_DLL_ORB() "dummy"
+dynamic ORB Service_Object * Time_Date:_make_DLL_ORB() "dummy"
# Once the ORB is configured, dynamically configure the Time_Date service.
-dynamic Time_Date_Servant Service_Object * ./Time_Date:_make_Time_Date_Servant() "dummy -n ORB -o ior"
+dynamic Time_Date_Servant Service_Object * Time_Date:_make_Time_Date_Servant() "dummy -n ORB -o ior"