| IdlInterface.java |
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jboss.test.iiop.interfaces;
/**
* org/jboss/test/iiop/interfaces/IdlInterface.java .
* Generated by the IDL-to-Java compiler (portable), version "3.1"
* from IdlInterface.idl
* Tuesday, October 21, 2003 3:27:17 PM BRST
*/
public interface IdlInterface extends IdlInterfaceOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
{
} // interface IdlInterface
| IdlInterface.java |