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

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

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

revision 1.1.2.1 by gnu_andrew, Fri May 20 18:21:00 2005 UTC revision 1.1.2.2 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    
41    import org.omg.CORBA.portable.IDLEntity;
42    
43    import java.io.Serializable;
44    
45  /**  /**
46   * Holds the value, having the given name(id). This class is used by   * Holds the value, having the given name(id). This class is used by
# Line 46  package org.omg.CORBA; Line 49  package org.omg.CORBA;
49   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
50   */   */
51  public final class NameValuePair  public final class NameValuePair
52      implements Serializable, IDLEntity
53  {  {
54    /**    /**
55     * The value of the structure record.     * The value of the structure record.
# Line 53  public final class NameValuePair Line 57  public final class NameValuePair
57    public Any value;    public Any value;
58    
59    /**    /**
60       * Use serialVersionUID (v1.4) for interoperability.
61       */
62      private static final long serialVersionUID = 7000741877654946223L;
63    
64      /**
65     * The name of the structure record.     * The name of the structure record.
66     */     */
67    public String id;    public String id;

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

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