summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/HTIOP/AMI/ami_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/HTIOP/AMI/ami_test.idl')
-rw-r--r--orbsvcs/tests/HTIOP/AMI/ami_test.idl45
1 files changed, 21 insertions, 24 deletions
diff --git a/orbsvcs/tests/HTIOP/AMI/ami_test.idl b/orbsvcs/tests/HTIOP/AMI/ami_test.idl
index df28b53177a..c4d33f656f8 100644
--- a/orbsvcs/tests/HTIOP/AMI/ami_test.idl
+++ b/orbsvcs/tests/HTIOP/AMI/ami_test.idl
@@ -1,24 +1,21 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/AMI
-//
-// = FILENAME
-// ami_test.idl
-//
-// = DESCRIPTION
-// IDL description of the AMI Test interface
-//
-// = AUTHOR
-// Alexander Babu Arulanthu <alex@cs.wustl.edu>,
-// Michael Kircher <Michael.Kircher@mchp.siemens.de>
-//
-// ============================================================================
-
-
-module A
+
+//=============================================================================
+/**
+ * @file ami_test.idl
+ *
+ * $Id$
+ *
+ * IDL description of the AMI Test interface
+ *
+ *
+ * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
+ */
+//=============================================================================
+
+
+
+module A
{
exception DidTheRightThing {
long id;
@@ -27,13 +24,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 ();
};