summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/ami_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/ami_test.idl')
-rw-r--r--TAO/tests/AMI/ami_test.idl43
1 files changed, 0 insertions, 43 deletions
diff --git a/TAO/tests/AMI/ami_test.idl b/TAO/tests/AMI/ami_test.idl
deleted file mode 100644
index ec9806c65b8..00000000000
--- a/TAO/tests/AMI/ami_test.idl
+++ /dev/null
@@ -1,43 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/AMI
-//
-// = FILENAME
-// ami_test.idl
-//
-// = DESCRIPTION
-// IDL description of the AMI Test interface
-//
-// = AUTHOR
-// Alexander Babu Arulanthu <alex@cs.wustl.edu>,
-// Michael Kircher <Michael.Kircher@mchp.siemens.de>
-//
-// ============================================================================
-
-
-module A
- {
-
- struct X
- {
-
- long a;
-
- };
-
- interface AMI_Test
- {
- long foo (out long out_l,
- in long in_l,
- in string in_str);
- // Get the number as the return value as well as the out value and
- // also puts the value.
-
- attribute long yadda;
- // oneway void shutdown ();
- };
-
- };