summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_Gateway/test.idl')
-rw-r--r--TAO/tests/DSI_Gateway/test.idl21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tests/DSI_Gateway/test.idl b/TAO/tests/DSI_Gateway/test.idl
deleted file mode 100644
index 923981f69b3..00000000000
--- a/TAO/tests/DSI_Gateway/test.idl
+++ /dev/null
@@ -1,21 +0,0 @@
-//
-// $Id$
-//
-
-typedef sequence<long> LongSeq;
-
-struct Structure
-{
- short i;
- sequence<long> seq;
-};
-
-interface Simple_Server
-{
- long test_method (in long x,
- in Structure the_in_structure,
- out Structure the_out_structure,
- inout string name);
-
- oneway void shutdown ();
-};