summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/TAO_Service/svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/TAO_Service/svc.conf')
-rw-r--r--TAO/orbsvcs/TAO_Service/svc.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/orbsvcs/TAO_Service/svc.conf b/TAO/orbsvcs/TAO_Service/svc.conf
new file mode 100644
index 00000000000..6168a3a624d
--- /dev/null
+++ b/TAO/orbsvcs/TAO_Service/svc.conf
@@ -0,0 +1,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