/[classpath]/classpath/org/omg/CORBA/IDLType.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/IDLType.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Fri May 20 18:21:00 2005 UTC revision 1.1.2.3 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
 import java.io.Serializable;  
   
41  import org.omg.CORBA.portable.IDLEntity;  import org.omg.CORBA.portable.IDLEntity;
42    
43    import java.io.Serializable;
44    
45  /**  /**
46   * An abstract interface   * An abstract interface
47   * that represent OMG IDL types.   * that represent OMG IDL types.
# Line 49  import org.omg.CORBA.portable.IDLEntity; Line 49  import org.omg.CORBA.portable.IDLEntity;
49   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
50   */   */
51  public interface IDLType  public interface IDLType
52    extends Serializable, IDLEntity, org.omg.CORBA.Object    extends IDLTypeOperations, IRObject, IDLEntity, org.omg.CORBA.Object,
53              Serializable
54  {  {
55  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26