summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Test.idl')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Test.idl19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Test.idl b/TAO/tests/Portable_Interceptors/AMI/Test.idl
new file mode 100644
index 00000000000..12dc7a0df2f
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/AMI/Test.idl
@@ -0,0 +1,19 @@
+/**
+ * @file Test.idl
+ *
+ * $Id$
+ *
+ * @author Carlos O'Ryan <coryan@atdesk.com>
+ */
+
+module Test
+{
+
+ interface Echo
+ {
+ string echo_operation(in string the_input);
+
+ void shutdown();
+ };
+
+};