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

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

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

revision 1.1 by audriusa, Mon May 23 13:51:58 2005 UTC revision 1.2 by audriusa, Wed May 25 13:08:30 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    
41    import org.omg.CORBA.portable.IDLEntity;
42    
43    import java.io.Serializable;
44    
45  /**  /**
46   * Represents the interface repository object.   * Represents the interface repository object.
47   *   *
48   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
49   */   */
50  public interface IRObject extends IRObjectOperations  public interface IRObject
51      extends IRObjectOperations, org.omg.CORBA.Object, Serializable, IDLEntity
52  {  {
53  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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