summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/time-date/svc.conf
blob: f2e36b687e380ac88eec7225c7c7e5f3c388e705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# $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()

# Dynamically configure the POA into the application process.
dynamic TAO_POA Service_Object * TAO_PortableServer:_make_TAO_Object_Adapter_Factory() ""

# Dynamically configure the IORTable into the application process.
dynamic TAO_IORTable Service_Object * TAO_IORTable:_make_TAO_Table_Adapter_Factory() ""

# Dynamically configure the default IOR parser schemes
dynamic DLL_Parser Service_Object * TAO:_make_TAO_DLL_Parser()
dynamic FILE_Parser Service_Object * TAO:_make_TAO_FILE_Parser()

# Dynamically configure the CORBA LOC parser
dynamic CORBALOC_Parser Service_Object * TAO:_make_TAO_CORBALOC_Parser() ""

# Dynamically configure the CORBA NAME parser
dynamic CORBANAME_Parser Service_Object * TAO:_make_TAO_CORBANAME_Parser() ""

# Dynamically configure the RT Protocol Hooks
dynamic RT_Protocols_Hooks Service_Object * TAO:_make_TAO_RT_Protocols_Hooks() ""

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