Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2909_Regression / ami_test.idl
blob04747737fbffbc2bbb4784b872fb78eb4984c546
2 //=============================================================================
3 /**
4 * @file ami_test.idl
6 * IDL description of the AMI Test interface
9 * @author Johnny Willemsen <jwillemsen@remedy.nl>
11 //=============================================================================
15 module A
17 exception DidTheRightThing {
19 exception DidTheWrongThing {
22 interface AMI_Test
24 void foo (in long value)
25 raises (DidTheRightThing);
27 oneway void shutdown ();