summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Collocation/svc.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Collocation/svc.conf.xml')
-rw-r--r--TAO/tests/Smart_Proxies/Collocation/svc.conf.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tests/Smart_Proxies/Collocation/svc.conf.xml b/TAO/tests/Smart_Proxies/Collocation/svc.conf.xml
deleted file mode 100644
index 866550b8838..00000000000
--- a/TAO/tests/Smart_Proxies/Collocation/svc.conf.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version='1.0'?>
-<!-- Converted from ./tests/Smart_Proxies/Collocation/svc.conf by svcconf-convert.pl -->
-<ACE_Svc_Conf>
- <!-- $Id$ -->
- <!-- -->
- <!-- Please see $TAO_ROOT/docs/Options.html for details on these options. -->
- <!-- -->
- <!-- This is a single threaded "server." -->
- <static id="Resource_Factory" params="-ORBReactorType select_st -ORBInputCDRAllocator null -ORBConnectionCacheLock null"/>
- <!-- Make sure we use RW client handler so if something goes wrong, the program will bloc, -->
- <!-- i.e., won't work. -->
- <static id="Client_Strategy_Factory" params="-ORBProfileLock null -ORBClientConnectionHandler RW"/>
- <!-- Not absolutely necessary for this test, but we add it for fun. -->
- <static id="Server_Strategy_Factory" params="-ORBConcurrency reactive -ORBPOALock null"/>
-</ACE_Svc_Conf>