// -*- IDL -*- //============================================================================= /** * @file test.idl * * $Id$ * * Simple IDL file to test PortableInterceptor::Current * support. * * @author Ossama Othman */ //============================================================================= module PICurrentTest { interface test { void invoke_me (); void invoke_you (); void invoke_we (); oneway void shutdown (); }; };