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

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

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

revision 1.3 by mkoch, Sun Mar 13 11:20:17 2005 UTC revision 1.4 by audriusa, Sun May 15 01:09:29 2005 UTC
# Line 40  package org.omg.CORBA; Line 40  package org.omg.CORBA;
40    
41  import java.io.Serializable;  import java.io.Serializable;
42    
43    import org.omg.CORBA.portable.IDLEntity;
44    
45  /**  /**
46   * A container that can store a value of either user defined or   * A container that can store a value of either user defined or
47   * primitive IDL type.   * primitive IDL type.
# Line 47  import java.io.Serializable; Line 49  import java.io.Serializable;
49   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
50   */   */
51  public abstract class Any  public abstract class Any
52      implements Serializable, IDLEntity
53  {  {
54      /**
55       * Using v 1.4 serialVersionUID for interoperability.
56       */
57      private static final long serialVersionUID = 1217179597823814463L;
58    
59    /**    /**
60     * Creates an input stream from that this Any object's value can be     * Creates an input stream from that this Any object's value can be
61     * read (unmarshalled).     * read (unmarshalled).

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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