//============================================================================= /** * @file ami_test.idl * * $Id$ * * IDL description of the AMI Test interface * * * @author Alexander Babu Arulanthu * @author Michael Kircher */ //============================================================================= module A { interface AMI_Test { long foo (out long out_l); oneway void shutdown (); }; };