ACE+TAO-6_5_17
[ACE_TAO.git] / TAO / tests / Bug_3672_Regression / ami_test.idl
blobf4c9805dc398e263e35fb6eb1f713e9fe9632608
2 //=============================================================================
3 /**
4 * @file ami_test.idl
6 * IDL description of the AMI Test interface
9 * @author Alexander Babu Arulanthu <alex@cs.wustl.edu>
10 * @author Michael Kircher <Michael.Kircher@mchp.siemens.de>
12 //=============================================================================
16 module A
18 interface AMI_Test
20 long foo (out long out_l);
22 oneway void shutdown ();