summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/test.idl')
-rw-r--r--TAO/tests/AMI/test.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/AMI/test.idl b/TAO/tests/AMI/test.idl
new file mode 100644
index 00000000000..376da4a58c6
--- /dev/null
+++ b/TAO/tests/AMI/test.idl
@@ -0,0 +1,16 @@
+/*
+ * $Id$
+ */
+
+interface Simple_Server
+{
+ // void test_method ();
+
+ long get_number ();
+
+ // void put_number (in long l);
+
+ // long get_put_number (out long out_l, in long in_l);
+
+ // oneway void shutdown ();
+};