summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/svc.conf
blob: b6c3f4f20d804bb73755afdd11bc9e32a114750f (plain)
1
2
3
4
5
6
7
8
9
10
# Define a special Reactor for single-threaded configurations.  Refer
# to README for details.  
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 -ORBSkipServiceConfigOpen"

# 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"