package org.jacorb.test.bugs.bugjac788Compat; /** * Generated from IDL interface "HelloInterface". * * @author JacORB IDL compiler V 2.3.1, 27-May-2009 * @version generated at 23-Mar-2012 12:48:37 */ public interface HelloInterfaceOperations { /* constants */ /* operations */ void hello(); void send_TRANSIENT_exception(); }