Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / TAO_Service / svc.conf
blob0c101c348f9bfa1fdeea2a824d9700df8db28fd4
2 # Dynamically configure the naming service into the application process.
3 #dynamic TAO_Naming_Loader Service_Object * TAO_CosNaming_Serv:_make_TAO_Naming_Loader () "dummy -o ns.ior"
5 # Dynamically configure the default Event Service Factory
6 #dynamic CEC_Factory Service_Object * TAO_CosEvent_Serv:_make_TAO_CEC_Default_Factory () ""
8 # Dynamically configure the naming service into the application process.
9 #dynamic TAO_CEC_Event_Loader Service_Object * TAO_CosEvent_Serv:_make_TAO_CEC_Event_Loader () "dummy -o foo.ref -x"
11 # Dynamically configure the trading service into the application process.
12 #dynamic TAO_Trading_Loader Service_Object * TAO_CosTrading_Serv:_make_TAO_Trading_Loader () "dummy -TSdumpior footra.ref"
14 #Dynamically remove the trading service from the application process
15 #remove TAO_Trading_Loader
17 #Dynamically remove the event service from the application process
18 #remove TAO_Event_Loader
20 #Dynamically remove the event service factory from the application process
21 #remove CEC_Factory
23 #Dynamically remove the naming service from the application process
24 #remove TAO_Naming_Loader