Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_2356_Regression / ami_test.idl
blob49e5cfa28580a711ff16c85448246b9be68aa8a8
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 {
18 long id;
19 wstring whatDidTheRightThing;
22 interface AMI_Test
24 void foo (in long value) raises (DidTheRightThing);
26 oneway void shutdown ();