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.idl14
1 files changed, 5 insertions, 9 deletions
diff --git a/TAO/tests/AMI/test.idl b/TAO/tests/AMI/test.idl
index 376da4a58c6..8fa715984b1 100644
--- a/TAO/tests/AMI/test.idl
+++ b/TAO/tests/AMI/test.idl
@@ -4,13 +4,9 @@
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 ();
+ long get_put_number (out long out_l, in long in_l);
+ // Get the number as the return value as well as the out value and
+ // also puts the value.
+
+ oneway void shutdown ();
};