summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/TAO_Service/svc.conf
blob: 6168a3a624d59cc8c1d157cf3fe5949f62fba0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Dynamically configure the naming service into the application process.
#dynamic TAO_Naming_Loader Service_Object * TAO_CosNaming_Serv:_make_TAO_Naming_Loader () "dummy -o ns.ior"

# Dynamically configure the default Event Service Factory
#dynamic CEC_Factory Service_Object * TAO_CosEvent_Serv:_make_TAO_CEC_Default_Factory () ""

# Dynamically configure the naming service into the application process.
#dynamic TAO_CEC_Event_Loader Service_Object * TAO_CosEvent_Serv:_make_TAO_CEC_Event_Loader () "dummy -o foo.ref -x"

# Dynamically configure the trading service into the application process.
#dynamic TAO_Trading_Loader Service_Object * TAO_CosTrading_Serv:_make_TAO_Trading_Loader () "dummy -TSdumpior footra.ref"

#Dynamically remove the trading service from the application process
#remove TAO_Trading_Loader
	
#Dynamically remove the event service from the application process
#remove TAO_Event_Loader

#Dynamically remove the event service factory from the application process
#remove CEC_Factory

#Dynamically remove the naming service from the application process
#remove TAO_Naming_Loader