/[classpath]/classpath/org/omg/IOP/Encoding.java
ViewVC logotype

Diff of /classpath/org/omg/IOP/Encoding.java

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

revision 1.1 by audriusa, Tue Jun 21 15:17:43 2005 UTC revision 1.2 by audriusa, Tue Jun 28 14:26:59 2005 UTC
# Line 40  package org.omg.IOP; Line 40  package org.omg.IOP;
40    
41  import org.omg.CORBA.portable.IDLEntity;  import org.omg.CORBA.portable.IDLEntity;
42    
43    import java.io.Serializable;
44    
45  /**  /**
46   * Defines the encoding format of the {@link Codec}, including the major   * Defines the encoding format of the {@link Codec}, including the major
47   * and minor version numbers. The only currently supported encodings are   * and minor version numbers. The only currently supported encodings are
# Line 49  import org.omg.CORBA.portable.IDLEntity; Line 51  import org.omg.CORBA.portable.IDLEntity;
51   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
52   */   */
53  public class Encoding  public class Encoding
54    implements IDLEntity    implements IDLEntity, Serializable
55  {  {
56    /**    /**
57       * Use serialVersionUID (v1.4) for interoperability.
58       */
59      private static final long serialVersionUID = -1489257079856841992L;
60    
61      /**
62     * The format of encoding. For instance, {@link ENCODING_CDR_ENCAPS#value}.     * The format of encoding. For instance, {@link ENCODING_CDR_ENCAPS#value}.
63     */     */
64    public short format;    public short format;

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