summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation/svc.conf
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tests/Collocation/svc.conf
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tests/Collocation/svc.conf')
-rw-r--r--TAO/tests/Collocation/svc.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/Collocation/svc.conf b/TAO/tests/Collocation/svc.conf
deleted file mode 100644
index 285b1297bd4..00000000000
--- a/TAO/tests/Collocation/svc.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$
-#
-# Please see $TAO_ROOT/docs/Options.html for details on these options.
-#
-
-# This is a single threaded "server."
-static Advanced_Resource_Factory "-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 Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler RW"
-
-# Not absolutely necessary for this test, but we add it for fun.
-static Server_Strategy_Factory "-ORBConcurrency reactive -ORBPOALock null"