/* * File: ./ClientApp/Result.java * From: ClientApp.idl * Date: Mon Feb 2 14:28:18 1998 * By: idltojava JavaIDL Wed Mar 5 17:02:26 1997 */ package ClientApp; public interface Result extends org.omg.CORBA.Object { String name() throws org.omg.CORBA.SystemException; void name(String arg) throws org.omg.CORBA.SystemException; String age() throws org.omg.CORBA.SystemException; void age(String arg) throws org.omg.CORBA.SystemException; String occ() throws org.omg.CORBA.SystemException; void occ(String arg) throws org.omg.CORBA.SystemException; }