summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/README')
-rw-r--r--TAO/tests/DSI_Gateway/README14
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tests/DSI_Gateway/README b/TAO/tests/DSI_Gateway/README
deleted file mode 100644
index 1d4cf2e9f48..00000000000
--- a/TAO/tests/DSI_Gateway/README
+++ /dev/null
@@ -1,14 +0,0 @@
-# $Id$
-
- A simple test for the DSI/DII gateway support. TAO can
-optimize some demarshaling/marshaling and data copying in the
-implementation of DSI/DII based gateways.
- This is a smoke test and simple example for those features.
-
- Use:
-
-$ server -o server.ior
-$ gateway -k file://server.ior -o gw.ior
-$ client -k file://gw.ior -i 100 -x
-
- or run the run_test.pl script.