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.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tests/AMI/ami_test.idl b/TAO/tests/AMI/ami_test.idl
index 82256ab3c10..ffdc66d63d5 100644
--- a/TAO/tests/AMI/ami_test.idl
+++ b/TAO/tests/AMI/ami_test.idl
@@ -15,7 +15,7 @@
-module A
+module A
{
exception DidTheRightThing {
long id;
@@ -24,15 +24,15 @@ module A
interface AMI_Test
{
- long foo (out long out_l,
+ long foo (out long out_l,
in long in_l,
in string in_str)
raises (DidTheRightThing);
-
+
attribute long yadda;
-
+
oneway void shutdown ();
-
+
void inout_arg_test (inout string str);
};