summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
index df28b53177a..a305f82959f 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test.idl
@@ -18,7 +18,7 @@
// ============================================================================
-module A
+module A
{
exception DidTheRightThing {
long id;
@@ -27,13 +27,13 @@ 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 ();
};